# HG changeset patch # User Sebastien Jodogne # Date 1541694377 -3600 # Node ID 87366b8aed4f8d580f46a9d2de62625ed1c00ac7 # Parent 40131f0c25b52b799d71adad1fc0587c1d9a8420 note diff -r 40131f0c25b5 -r 87366b8aed4f Resources/Configuration.json --- a/Resources/Configuration.json Wed Nov 07 13:06:59 2018 +0100 +++ b/Resources/Configuration.json Thu Nov 08 17:26:17 2018 +0100 @@ -273,7 +273,9 @@ // peers in HTTPS requests. From curl documentation ("--cacert" // option): "Tells curl to use the specified certificate file to // verify the peers. The file may contain multiple CA - // certificates. The certificate(s) must be in PEM format." + // certificates. The certificate(s) must be in PEM format." On + // Debian-based systems, this option can be set to + // "/etc/ssl/certs/ca-certificates.crt" "HttpsCACertificates" : "",