comparison Resources/Configuration.json @ 2923:87366b8aed4f

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 Nov 2018 17:26:17 +0100
parents 61a5667f37d9
children 00504dcc996f
comparison
equal deleted inserted replaced
2922:40131f0c25b5 2923:87366b8aed4f
271 271
272 // Path to the CA (certification authority) certificates to validate 272 // Path to the CA (certification authority) certificates to validate
273 // peers in HTTPS requests. From curl documentation ("--cacert" 273 // peers in HTTPS requests. From curl documentation ("--cacert"
274 // option): "Tells curl to use the specified certificate file to 274 // option): "Tells curl to use the specified certificate file to
275 // verify the peers. The file may contain multiple CA 275 // verify the peers. The file may contain multiple CA
276 // certificates. The certificate(s) must be in PEM format." 276 // certificates. The certificate(s) must be in PEM format." On
277 // Debian-based systems, this option can be set to
278 // "/etc/ssl/certs/ca-certificates.crt"
277 "HttpsCACertificates" : "", 279 "HttpsCACertificates" : "",
278 280
279 281
280 282
281 /** 283 /**