comparison OrthancServer/Resources/Configuration.json @ 4656:82a314325351

New configuration option: "DicomTlsRemoteCertificateRequired"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 May 2021 18:39:19 +0200
parents c8886cd6cae8
children cdab941fe17d
comparison
equal deleted inserted replaced
4655:9f7eef20bc7d 4656:82a314325351
259 // of PEM certificates. (new in Orthanc 1.9.0) 259 // of PEM certificates. (new in Orthanc 1.9.0)
260 /** 260 /**
261 "DicomTlsTrustedCertificates" : "trusted.crt", 261 "DicomTlsTrustedCertificates" : "trusted.crt",
262 **/ 262 **/
263 263
264 // Whether Orthanc rejects DICOM TLS connections to/from remote
265 // modalities that do not provide a certificate. Setting this option
266 // to "true" (resp. "false") corresponds to "--require-peer-cert"
267 // (resp. "--verify-peer-cert") in the DCMTK command-line
268 // tools. (new in Orthanc 1.9.3)
269 "DicomTlsRemoteCertificateRequired" : true,
270
264 // Whether the Orthanc SCP allows incoming C-ECHO requests, even 271 // Whether the Orthanc SCP allows incoming C-ECHO requests, even
265 // from SCU modalities it does not know about (i.e. that are not 272 // from SCU modalities it does not know about (i.e. that are not
266 // listed in the "DicomModalities" option above). Orthanc 1.3.0 273 // listed in the "DicomModalities" option above). Orthanc 1.3.0
267 // is the only version to behave as if this argument were set to "false". 274 // is the only version to behave as if this argument were set to "false".
268 "DicomAlwaysAllowEcho" : true, 275 "DicomAlwaysAllowEcho" : true,