diff 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
line wrap: on
line diff
--- a/Sphinx/source/users/rest.rst	Fri Jan 29 12:26:50 2021 +0100
+++ b/Sphinx/source/users/rest.rst	Fri Jan 29 14:35:55 2021 +0100
@@ -492,12 +492,16 @@
 Using HTTPS
 ^^^^^^^^^^^
 
-If you're transfering medical data over internet, it is mandatory to use HTTPS.  
+If you're transfering medical data over internet, it is mandatory to
+use HTTPS.
 
-On the server side, we recommend to put Orthanc behing an :ref:`HTTPS server that will take care of the TLS <https>`.
+On the server side, we recommend to put Orthanc behind an :ref:`HTTPS
+server that will take care of the TLS <https>`.
 
-On the client side, in order for the client Orthanc to recognize the server certificate, you'll have to provide a path
-to the CA (certification authority) certificates.  This is done in the configuration file through this configurationg::
+On the client side, in order for the client Orthanc to recognize the
+server certificate, you'll have to provide a path to the CA
+(certification authority) certificates.  This is done in the
+configuration file through this configurationg::
 
     ...
     "HttpsCACertificates" : "/etc/ssl/certs/ca-certificates.crt,