correctly name certs

This commit is contained in:
Sebastian Hugentobler 2018-05-23 18:40:52 +02:00
parent f978b23d19
commit f6f3e4daf7
2 changed files with 5 additions and 11 deletions

View file

@ -1,5 +1,6 @@
tls_certificate_path: "/etc/ssl/matrix-synapse/{{getenv "CERT_NAME" "fullchain.pem"}}"
tls_private_key_path: "/etc/ssl/matrix-synapse/{{getenv "KEY_NAME" "privkey.pem"}}"
tls_certificate_path: "/etc/ssl/matrix-synapse/{{getenv "CERT_DOMAIN"}}.crt"
tls_private_key_path: "/etc/ssl/matrix-synapse/{{getenv "CERT_DOMAIN"}}.key"
tls_dh_params_path: "/var/lib/matrix-synapse/signing/dhparams.pem"
no_tls: False