# HG changeset patch # User Benjamin Golinvaux # Date 1551707563 -3600 # Node ID 9ccafca945d2b8e65383748dc65c6eab7b94be47 # Parent 997b6c308e2805f38b404b8eac147a27fa2effc8 Fixed small typo diff -r 997b6c308e28 -r 9ccafca945d2 Sphinx/source/users/rest.rst --- a/Sphinx/source/users/rest.rst Mon Mar 04 14:49:31 2019 +0100 +++ b/Sphinx/source/users/rest.rst Mon Mar 04 14:52:43 2019 +0100 @@ -462,7 +462,7 @@ "HttpsCACertificates" : "/etc/ssl/certs/ca-certificates.crt, ... -If you wan't your server to accept incoming connections for known hosts only, you can either: +If you want your server to accept incoming connections for known hosts only, you can either: - configure a firewall to accept incoming connections from known IP addresses - 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.