diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-04-02 18:13:48 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-04-02 18:13:48 +0100 |
commit | a87b556ab89bfa838f4c8c82e02f3195dc4ebbc4 (patch) | |
tree | 79b21c030ccb338c3a54da9b4dae3162c83eea10 | |
parent | Address changes. Make federation_domain_whitelist not None (diff) | |
download | synapse-a87b556ab89bfa838f4c8c82e02f3195dc4ebbc4.tar.xz |
regen sample config
-rw-r--r-- | docs/sample_config.yaml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 937c992748..88ed8f6f0c 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -259,10 +259,18 @@ listeners: # Whether to verify TLS certificates when sending federation traffic. # +# This currently defaults to `false`, however this will change in +# Synapse 1.0 when valid federation certificates will be required. +# #federation_verify_certificates: true -# Prevent federation certificate validation on the following whitelist -# of domains. Only effective if federation_verify_certicates is true. +# Skip federation certificate validation on the following whitelist of +# domains. +# +# Note that this should only be used within the context of private +# federation as it will otherwise break things. +# +# Only effective if federation_verify_certicates is `true`. # #federation_certificate_validation_whitelist: # - lon.example.com |