diff 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
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Thu Jun 06 17:55:13 2024 +0200
+++ b/OrthancServer/Resources/Configuration.json	Tue Jun 18 10:27:28 2024 +0200
@@ -311,6 +311,8 @@
   // to "true" (resp. "false") corresponds to "--require-peer-cert"
   // (resp. "--ignore-peer-cert") in the DCMTK command-line
   // tools. (new in Orthanc 1.9.3)
+  // Once you set this configuration to true, you must provide a list of
+  // trusted certificates in DicomTlsTrustedCertificates.
   "DicomTlsRemoteCertificateRequired" : true,
 
   // Sets the minimum accepted TLS protocol version for the DICOM server