summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-04-03 13:27:03 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2019-04-03 13:27:03 +0100
commitd3f926a5c3ab687447b4dd916c2d14b8433f178f (patch)
tree5cedbc571ff939aa30664ba6175830aabd5af4de
parentregen config (diff)
downloadsynapse-d3f926a5c3ab687447b4dd916c2d14b8433f178f.tar.xz
regen
-rw-r--r--docs/sample_config.yaml12
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index 13482c16fe..be5ae548ec 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 verification 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_verification_whitelist:
 #  - lon.example.com