[libreoffice-online] 01/02: fix SSL config

Rene Engelhard rene at moszumanska.debian.org
Tue Nov 14 07:20:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository libreoffice-online.

commit c5c76d2f5bd9eee26122740cac426bc0a477c747
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Tue Nov 14 08:19:32 2017 +0100

    fix SSL config
---
 debian/patches/ssl-dir.diff | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/ssl-dir.diff b/debian/patches/ssl-dir.diff
index 74633fa..4374e79 100644
--- a/debian/patches/ssl-dir.diff
+++ b/debian/patches/ssl-dir.diff
@@ -10,8 +10,8 @@ index eed5128..4a3c7ac 100644
 -        <key_file_path desc="Path to the key file" relative="false">/etc/loolwsd/key.pem</key_file_path>
 -        <ca_file_path desc="Path to the ca file" relative="false">/etc/loolwsd/ca-chain.cert.pem</ca_file_path>
 +        <cert_file_path desc="Path to the cert file" relative="false">@LOOLWSD_CONFIGDIR@/cert.pem</cert_file_path>
-+        <key_file_path desc="Path to the key file" relative="false">@LOOLWSD_CONFIGFDIR@/key.pem</key_file_path>
-+        <ca_file_path desc="Path to the ca file" relative="false">@LOOLWSD_CONFIGFDIR@/ca-chain.cert.pem</ca_file_path>
++        <key_file_path desc="Path to the key file" relative="false">@LOOLWSD_CONFIGDIR@/key.pem</key_file_path>
++        <ca_file_path desc="Path to the ca file" relative="false">@LOOLWSD_CONFIGDIR@/ca-chain.cert.pem</ca_file_path>
          <hpkp desc="Enable HTTP Public key pinning" enable="false" report_only="false">
              <max_age desc="HPKP's max-age directive - time in seconds browser should remember the pins" enable="true">1000</max_age>
              <report_uri desc="HPKP's report-uri directive - pin validation failure are reported at this URL" enable="false"></report_uri>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice-online.git



More information about the Pkg-openoffice-commits mailing list