summary refs log tree commit diff
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2019-06-06 17:07:25 +0100
committerGitHub <noreply@github.com>2019-06-06 17:07:25 +0100
commit2ec57c5d168971de1d2663e80189f4bcd3940c15 (patch)
treea92b4b532e3ae7c8b235ac3d3aa387e67104abe5
parentUpdate INSTALL.md (diff)
downloadsynapse-neilj/1.0-upgrade-notes.tar.xz
-rw-r--r--UPGRADE.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst

index d0310abec3..6032a505c9 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst
@@ -66,9 +66,9 @@ that have not correctly configured their certificates. In rare cases, it may be desirable to disable certificate checking: for example, it might be essential to be able to federate with a given legacy server in a closed federation. This can be done in one of two ways:- - * Configure the global switch ``federation_verify_certificates`` to ``false``. - * Configure a whitelist of server domains to trust via - ``federation_certificate_verification_whitelist``. + +* Configure the global switch ``federation_verify_certificates`` to ``false``. +* Configure a whitelist of server domains to trust via ``federation_certificate_verification_whitelist``. See the `sample configuration file <docs/sample_config.yaml>`_ for more details on these settings.