[Libreoffice-commits] online.git: loolwsd.xml.in

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Tue Apr 28 13:39:32 UTC 2020


 loolwsd.xml.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6ad6028b912ede12cff6b241f85b43adc747f96c
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Tue Apr 28 10:31:22 2020 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Tue Apr 28 15:39:15 2020 +0200

    add more info to description of storage.ssl.ca_file_path setting
    
    Change-Id: I35ad72be99635fcc11d552072b52ffbd45ba3044
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93036
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/loolwsd.xml.in b/loolwsd.xml.in
index 087ea3bdc..02518139b 100644
--- a/loolwsd.xml.in
+++ b/loolwsd.xml.in
@@ -143,7 +143,7 @@
             <enable type="bool" desc="Controls whether SSL encryption between storage and loolwsd is enabled. Defaults when empty to following the ssl.enable setting"></enable>
             <cert_file_path desc="Path to the cert file" relative="false"></cert_file_path>
             <key_file_path desc="Path to the key file" relative="false"></key_file_path>
-            <ca_file_path desc="Path to the ca file" relative="false"></ca_file_path>
+            <ca_file_path desc="Path to the ca file. If this is not empty, then SSL verification will be strict, otherwise cert of storage (WOPI-like host) will not be verified." relative="false"></ca_file_path>
             <cipher_list desc="List of OpenSSL ciphers to accept. If empty the defaults are used. These can be overriden only if absolutely needed."></cipher_list>
         </ssl>
     </storage>


More information about the Libreoffice-commits mailing list