comparison OrthancServer/Resources/Configuration.json @ 5658:4b7bc21db336

DicomTlsTrustedCertificates not required anymore for SCU when DicomTlsRemoteCertificateRequired is false
author Alain Mazy <am@orthanc.team>
date Tue, 18 Jun 2024 10:27:28 +0200
parents b1a18218860c
children 66c3ca832741
comparison
equal deleted inserted replaced
5657:dedbf019a707 5658:4b7bc21db336
309 // Whether Orthanc rejects DICOM TLS connections to/from remote 309 // Whether Orthanc rejects DICOM TLS connections to/from remote
310 // modalities that do not provide a certificate. Setting this option 310 // modalities that do not provide a certificate. Setting this option
311 // to "true" (resp. "false") corresponds to "--require-peer-cert" 311 // to "true" (resp. "false") corresponds to "--require-peer-cert"
312 // (resp. "--ignore-peer-cert") in the DCMTK command-line 312 // (resp. "--ignore-peer-cert") in the DCMTK command-line
313 // tools. (new in Orthanc 1.9.3) 313 // tools. (new in Orthanc 1.9.3)
314 // Once you set this configuration to true, you must provide a list of
315 // trusted certificates in DicomTlsTrustedCertificates.
314 "DicomTlsRemoteCertificateRequired" : true, 316 "DicomTlsRemoteCertificateRequired" : true,
315 317
316 // Sets the minimum accepted TLS protocol version for the DICOM server 318 // Sets the minimum accepted TLS protocol version for the DICOM server
317 // By default, require TLS 1.2 or 1.3. This option is only meaningful 319 // By default, require TLS 1.2 or 1.3. This option is only meaningful
318 // if "DicomTlsEnabled" is true (new in Orthanc 1.12.4). 320 // if "DicomTlsEnabled" is true (new in Orthanc 1.12.4).