From 2bdfa851abc4f53e5e778dac757d7624f4dd6f9c Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sun, 15 Dec 2019 12:13:38 +0100 Subject: [PATCH] Update certbot cron job for new certificates --- proxy/certbot.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/certbot.cron b/proxy/certbot.cron index 9e91765..ba05c48 100644 --- a/proxy/certbot.cron +++ b/proxy/certbot.cron @@ -8,4 +8,4 @@ SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin -0 */12 * * * root perl -e 'sleep int(rand(3600))' && certbot -q renew +0 */12 * * * root perl -e 'sleep int(rand(3600))' && certbot -q renew --webroot-path /var/www/html