mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 09:30:39 +00:00
Run Let's Encrypt renewal checks daily instead of weekly.
This ensures more timely updates of certifcates.
This commit is contained in:
parent
6baa91dd9f
commit
f4930d789e
|
@ -3,8 +3,8 @@ Description=Reloads matrix-coturn periodically so that new SSL certificates can
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
Unit=matrix-coturn-reload.service
|
Unit=matrix-coturn-reload.service
|
||||||
OnCalendar=Sunday *-*-* 13:00:00
|
OnCalendar=*-*-* 06:30:00
|
||||||
RandomizedDelaySec=3h
|
RandomizedDelaySec=1h
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=timers.target
|
WantedBy=timers.target
|
||||||
|
|
|
@ -3,8 +3,8 @@ Description=Renews Let's Encrypt SSL certificates periodically
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
Unit=matrix-ssl-lets-encrypt-certificates-renew.service
|
Unit=matrix-ssl-lets-encrypt-certificates-renew.service
|
||||||
OnCalendar=Sunday *-*-* 05:00:00
|
OnCalendar=*-*-* 04:00:00
|
||||||
RandomizedDelaySec=3h
|
RandomizedDelaySec=2h
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=timers.target
|
WantedBy=timers.target
|
||||||
|
|
|
@ -3,8 +3,8 @@ Description=Reloads matrix-nginx-proxy periodically so that new SSL certificates
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
Unit=matrix-ssl-nginx-proxy-reload.service
|
Unit=matrix-ssl-nginx-proxy-reload.service
|
||||||
OnCalendar=Sunday *-*-* 13:00:00
|
OnCalendar=*-*-* 06:30:00
|
||||||
RandomizedDelaySec=3h
|
RandomizedDelaySec=1h
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=timers.target
|
WantedBy=timers.target
|
||||||
|
|
Loading…
Reference in New Issue
Block a user