mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-09 10:15:16 -05:00
Require ECDH key exchange & remove dh_params (#4429)
* remove dh_params and set better cipher string
This commit is contained in:
parent
83f335bedf
commit
23b0813599
8 changed files with 6 additions and 57 deletions
3
debian/homeserver.yaml
vendored
3
debian/homeserver.yaml
vendored
|
|
@ -9,9 +9,6 @@ tls_certificate_path: "/etc/matrix-synapse/homeserver.tls.crt"
|
|||
# PEM encoded private key for TLS
|
||||
tls_private_key_path: "/etc/matrix-synapse/homeserver.tls.key"
|
||||
|
||||
# PEM dh parameters for ephemeral keys
|
||||
tls_dh_params_path: "/etc/matrix-synapse/homeserver.tls.dh"
|
||||
|
||||
# Don't bind to the https port
|
||||
no_tls: False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue