diff 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
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Thu May 06 16:54:46 2021 +0200
+++ b/OrthancServer/Resources/Configuration.json	Thu May 06 18:39:19 2021 +0200
@@ -261,6 +261,13 @@
      "DicomTlsTrustedCertificates" : "trusted.crt",
   **/
   
+  // Whether Orthanc rejects DICOM TLS connections to/from remote
+  // modalities that do not provide a certificate. Setting this option
+  // to "true" (resp. "false") corresponds to "--require-peer-cert"
+  // (resp. "--verify-peer-cert") in the DCMTK command-line
+  // tools. (new in Orthanc 1.9.3)
+  "DicomTlsRemoteCertificateRequired" : true,
+
   // Whether the Orthanc SCP allows incoming C-ECHO requests, even
   // from SCU modalities it does not know about (i.e. that are not
   // listed in the "DicomModalities" option above). Orthanc 1.3.0