From 15838d70b47f57bea074f2ddb5c45e78676320e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 15 May 2016 00:04:52 +0300 Subject: [PATCH] do not run monthly, to catch early problems with refreshing (it will do nothing if cert is not to expire in 30d) --- crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crontab b/crontab index 1b76051..a1c811a 100644 --- a/crontab +++ b/crontab @@ -1,3 +1,3 @@ MAILTO=root -42 02 1 * * /usr/sbin/letsencrypt.sh -c > /dev/null +42 02 * * 2 /usr/sbin/letsencrypt.sh -c > /dev/null -- 2.44.0