diff options
-rw-r--r-- | UPGRADE.rst | 6 |
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. |