# HG changeset patch # User Alain Mazy # Date 1699516261 -3600 # Node ID ac4e9fb8761550ae1531d8eedfb0149bb6abf650 # Parent cd90d8b4661e68b91894a259b33c0b4771cd11ee clarify doc for SslTrustedClientCertificates diff -r cd90d8b4661e -r ac4e9fb87615 OrthancServer/Resources/Configuration.json --- a/OrthancServer/Resources/Configuration.json Wed Nov 08 16:16:14 2023 +0100 +++ b/OrthancServer/Resources/Configuration.json Thu Nov 09 08:51:01 2023 +0100 @@ -250,9 +250,9 @@ // Path to a file containing the concatenation of the client SSL // certificate(s) that are trusted to verify the identity of remote - // HTTP clients. The individual certificate(s) must be stored in the - // PEM format. This option is only meaningful if "SslVerifyPeers" - // is true. + // HTTP clients. The individual certificate(s) or root CAs must be + // stored in the PEM format. This option is only meaningful + // if "SslVerifyPeers" is true. "SslTrustedClientCertificates" : "trustedClientCertificates.pem", // Whether or not the password protection is enabled (using HTTP