Mercurial > hg > orthanc
changeset 5419:ac4e9fb87615
clarify doc for SslTrustedClientCertificates
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 09 Nov 2023 08:51:01 +0100 |
parents | cd90d8b4661e |
children | d37dff2c0028 5df462e0bfba 7f37233359aa |
files | OrthancServer/Resources/Configuration.json |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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