mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-29 12:42:46 +00:00
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
This commit is contained in:
parent
5dd5a41119
commit
30c2325eaf
12 changed files with 23 additions and 14 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue