diff options
author | Alex Auvolat <alex@adnab.me> | 2022-12-25 23:54:55 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-12-25 23:54:55 +0100 |
commit | 0d8c6a2d45c7b6bbb86f2d4268423578f0995894 (patch) | |
tree | a6bb9e1084d88e8a846d02164f294ce45948be0a /cluster/prod/app/matrix/config/synapse/homeserver.yaml | |
parent | 0becfc25717f659945a104d26209f63e573c4789 (diff) | |
download | nixcfg-new-secretmgr.tar.gz nixcfg-new-secretmgr.zip |
Remove obsolete Matrix TLS keysnew-secretmgr
Diffstat (limited to 'cluster/prod/app/matrix/config/synapse/homeserver.yaml')
-rw-r--r-- | cluster/prod/app/matrix/config/synapse/homeserver.yaml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/cluster/prod/app/matrix/config/synapse/homeserver.yaml b/cluster/prod/app/matrix/config/synapse/homeserver.yaml index b4b7c67..48ae431 100644 --- a/cluster/prod/app/matrix/config/synapse/homeserver.yaml +++ b/cluster/prod/app/matrix/config/synapse/homeserver.yaml @@ -1,22 +1,6 @@ # vim:ft=yaml server_name: "deuxfleurs.fr" -# PEM encoded X509 certificate for TLS. -# You can replace the self-signed certificate that synapse -# autogenerates on launch with your own SSL certificate + key pair -# if you like. Any required intermediary certificates can be -# appended after the primary certificate in hierarchical order. -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: True - ## Server ## |