aboutsummaryrefslogtreecommitdiff
path: root/dendrite-config.yaml
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2020-08-07 17:25:31 +0100
committerGitHub <noreply@github.com>2020-08-07 17:25:31 +0100
commit30c2325eaf85f28f438f9a3c7b703978eee66cf7 (patch)
tree5f19eff42aed9dce33dde9d3be9a0b514018326d /dendrite-config.yaml
parent5dd5a411195c0565b4a3340dc53e2893b92f2800 (diff)
Allow enforcing X.509 certificate validity (MSC1711) (#1249)
* Configurable X.509 certificate validation * Fix dendritejs * Update go.mod/go.sum for matrix-org/gomatrixserverlib#214 * Update sample config
Diffstat (limited to 'dendrite-config.yaml')
-rw-r--r--dendrite-config.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/dendrite-config.yaml b/dendrite-config.yaml
index 8a0ecdae..8f144875 100644
--- a/dendrite-config.yaml
+++ b/dendrite-config.yaml
@@ -27,6 +27,9 @@ matrix:
# public_key: l8Hft5qXKn1vfHrg3p4+W8gELQVo8N13JkluMfmn2sQ
# Disables new users from registering (except via shared secrets)
registration_disabled: false
+ # Whether to disable TLS certificate validation. Warning: this reduces federation
+ # security and should not be enabled in production!
+ federation_disable_tls_validation: false
# The media repository config
media: