comparison Sphinx/source/users/rest.rst @ 223:9ccafca945d2

Fixed small typo
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 04 Mar 2019 14:52:43 +0100
parents 8bb11cd0f20f
children 02399e86f046
comparison
equal deleted inserted replaced
222:997b6c308e28 223:9ccafca945d2
460 460
461 ... 461 ...
462 "HttpsCACertificates" : "/etc/ssl/certs/ca-certificates.crt, 462 "HttpsCACertificates" : "/etc/ssl/certs/ca-certificates.crt,
463 ... 463 ...
464 464
465 If you wan't your server to accept incoming connections for known hosts only, you can either: 465 If you want your server to accept incoming connections for known hosts only, you can either:
466 466
467 - configure a firewall to accept incoming connections from known IP addresses 467 - configure a firewall to accept incoming connections from known IP addresses
468 - configure your client Orthanc to use a client certificate to authenticate at the Server. This is done through the ``CertificateFile``, ``CertificateKeyFile`` and ``CertificateKeyPassword`` entries in the configuration file. 468 - configure your client Orthanc to use a client certificate to authenticate at the Server. This is done through the ``CertificateFile``, ``CertificateKeyFile`` and ``CertificateKeyPassword`` entries in the configuration file.
469 469
470 470