comparison Sphinx/source/users/rest.rst @ 609:0dde82745e0d

documentation of DICOM TLS
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 29 Jan 2021 14:35:55 +0100
parents 7d27154e70f9
children 06bea33cb7d0
comparison
equal deleted inserted replaced
608:a6d27fe89650 609:0dde82745e0d
490 490
491 491
492 Using HTTPS 492 Using HTTPS
493 ^^^^^^^^^^^ 493 ^^^^^^^^^^^
494 494
495 If you're transfering medical data over internet, it is mandatory to use HTTPS. 495 If you're transfering medical data over internet, it is mandatory to
496 496 use HTTPS.
497 On the server side, we recommend to put Orthanc behing an :ref:`HTTPS server that will take care of the TLS <https>`. 497
498 498 On the server side, we recommend to put Orthanc behind an :ref:`HTTPS
499 On the client side, in order for the client Orthanc to recognize the server certificate, you'll have to provide a path 499 server that will take care of the TLS <https>`.
500 to the CA (certification authority) certificates. This is done in the configuration file through this configurationg:: 500
501 On the client side, in order for the client Orthanc to recognize the
502 server certificate, you'll have to provide a path to the CA
503 (certification authority) certificates. This is done in the
504 configuration file through this configurationg::
501 505
502 ... 506 ...
503 "HttpsCACertificates" : "/etc/ssl/certs/ca-certificates.crt, 507 "HttpsCACertificates" : "/etc/ssl/certs/ca-certificates.crt,
504 ... 508 ...
505 509