noticket Fixed certbot cron renewal task

This commit is contained in:
Bastian de Byl
2020-12-07 19:20:53 -05:00
parent 8c8a747e1b
commit 053d658111

View File

@@ -5,6 +5,5 @@
name: certbot_renew name: certbot_renew
special_time: weekly special_time: weekly
job: >- job: >-
certbot renew --pre-hook "systemctl stop nginx" certbot renew
--post-hook "systemctl start nginx"
tags: cron tags: cron