Enabled ssl termination
This commit is contained in:
parent
272abb3b37
commit
660a970c99
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@
|
||||||
<!-- switches from https:// + wss:// to http:// + ws:// -->
|
<!-- switches from https:// + wss:// to http:// + ws:// -->
|
||||||
<enable type="bool" desc="Controls whether SSL encryption between coolwsd and the network is enabled (do not disable for production deployment). If default is false, must first be compiled with SSL support to enable." default="true">false</enable>
|
<enable type="bool" desc="Controls whether SSL encryption between coolwsd and the network is enabled (do not disable for production deployment). If default is false, must first be compiled with SSL support to enable." default="true">false</enable>
|
||||||
<!-- SSL off-load can be done in a proxy, if so disable SSL, and enable termination below in production -->
|
<!-- SSL off-load can be done in a proxy, if so disable SSL, and enable termination below in production -->
|
||||||
<termination desc="Connection via proxy where coolwsd acts as working via https, but actually uses http." type="bool" default="true">false</termination>
|
<termination desc="Connection via proxy where coolwsd acts as working via https, but actually uses http." type="bool" default="true">true</termination>
|
||||||
<cert_file_path desc="Path to the cert file" relative="false">/etc/coolwsd/cert.pem</cert_file_path>
|
<cert_file_path desc="Path to the cert file" relative="false">/etc/coolwsd/cert.pem</cert_file_path>
|
||||||
<key_file_path desc="Path to the key file" relative="false">/etc/coolwsd/key.pem</key_file_path>
|
<key_file_path desc="Path to the key file" relative="false">/etc/coolwsd/key.pem</key_file_path>
|
||||||
<ca_file_path desc="Path to the ca file" relative="false">/etc/coolwsd/ca-chain.cert.pem</ca_file_path>
|
<ca_file_path desc="Path to the ca file" relative="false">/etc/coolwsd/ca-chain.cert.pem</ca_file_path>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue