diff OrthancServer/Resources/Configuration.json @ 5419:ac4e9fb87615

clarify doc for SslTrustedClientCertificates
author Alain Mazy <am@osimis.io>
date Thu, 09 Nov 2023 08:51:01 +0100
parents 342b25e120d1
children 59e3b6f8c5be
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