[packages/letsencrypt.sh] do not run monthly, to catch early problems with refreshing

glen glen at pld-linux.org
Sat May 14 23:05:53 CEST 2016


commit 15838d70b47f57bea074f2ddb5c45e78676320e3
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun May 15 00:04:52 2016 +0300

    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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/letsencrypt.sh.git/commitdiff/15838d70b47f57bea074f2ddb5c45e78676320e3



More information about the pld-cvs-commit mailing list