Run Let's Encrypt renewal checks daily instead of weekly.

This ensures more timely updates of certifcates.
This commit is contained in:
Hardy Erlinger
2021-02-27 21:11:22 +01:00
parent 6baa91dd9f
commit f4930d789e
3 changed files with 6 additions and 6 deletions

View File

@ -3,8 +3,8 @@ Description=Renews Let's Encrypt SSL certificates periodically
[Timer]
Unit=matrix-ssl-lets-encrypt-certificates-renew.service
OnCalendar=Sunday *-*-* 05:00:00
RandomizedDelaySec=3h
OnCalendar=*-*-* 04:00:00
RandomizedDelaySec=2h
[Install]
WantedBy=timers.target