comparison OrthancServer/Resources/Configuration.json @ 4209:c3fc0b884442

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Sep 2020 16:23:07 +0200
parents b1d528687e25
children 64f57c9d5f79
comparison
equal deleted inserted replaced
4208:f659f79eb12a 4209:c3fc0b884442
152 // certificate and the private key. This option is only meaningful 152 // certificate and the private key. This option is only meaningful
153 // if "SslEnabled" is true. 153 // if "SslEnabled" is true.
154 "SslCertificate" : "certificate.pem", 154 "SslCertificate" : "certificate.pem",
155 155
156 // Whether or not peer client certificates shall be checked. This 156 // Whether or not peer client certificates shall be checked. This
157 // option is only meaningfull if "SslEnabled" is true. 157 // option is only meaningful if "SslEnabled" is true.
158 "SslVerifyPeers" : false, 158 "SslVerifyPeers" : false,
159 159
160 // Path to a file containing the concatenation of the client SSL 160 // Path to a file containing the concatenation of the client SSL
161 // certificate(s) that are trusted to verify the identify of remote 161 // certificate(s) that are trusted to verify the identify of remote
162 // HTTP clients. The individual certificate(s) must be stored in the 162 // HTTP clients. The individual certificate(s) must be stored in the
163 // PEM format. This option is only meaningfull if "SslVerifyPeers" 163 // PEM format. This option is only meaningful if "SslVerifyPeers"
164 // is true. 164 // is true.
165 "SslTrustedClientCertificates" : "trustedClientCertificates.pem", 165 "SslTrustedClientCertificates" : "trustedClientCertificates.pem",
166 166
167 // Whether or not the password protection is enabled (using HTTP 167 // Whether or not the password protection is enabled (using HTTP
168 // basic access authentication). Starting with Orthanc 1.5.8, if 168 // basic access authentication). Starting with Orthanc 1.5.8, if