mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-07 08:02:30 +00:00
d28bdb3258
Adds support for managing certificates manually and for having the playbook generate self-signed certificates for you. With this, Let's Encrypt usage is no longer required. Fixes Github issue #50.
9 lines
390 B
Django/Jinja
9 lines
390 B
Django/Jinja
MAILTO="{{ matrix_ssl_lets_encrypt_support_email }}"
|
|
|
|
# This periodically reloads the matrix-nginx-proxy service
|
|
# to ensure it's using the latest SSL certificate
|
|
# in case it got renewed by the `matrix-ssl-certificate-renewal` cronjob
|
|
# (which happens once every ~2-3 months).
|
|
|
|
{{ matrix_nginx_proxy_reload_cron_time_definition }} root /usr/bin/systemctl reload matrix-nginx-proxy.service
|