ansible-role-certbot/templates/certbot-renew.timer.j2
2017-09-06 22:11:17 +02:00

10 lines
220 B
Django/Jinja

[Unit]
Description=Periodically check for Let's Encrypt's certificates renewal
[Timer]
OnCalendar=*-*-* {{ certbot_auto_renew_hour }}:{{ certbot_auto_renew_minute }}:00
Persistent=true
[Install]
WantedBy=timers.target