diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-08-07 17:25:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 17:25:31 +0100 |
commit | 30c2325eaf85f28f438f9a3c7b703978eee66cf7 (patch) | |
tree | 5f19eff42aed9dce33dde9d3be9a0b514018326d /dendrite-config.yaml | |
parent | 5dd5a411195c0565b4a3340dc53e2893b92f2800 (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.yaml | 3 |
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: |