From 5df721f52d4338b585d3aa0b2b3a541dab6cb747 Mon Sep 17 00:00:00 2001 From: "cam.lafit" Date: Fri, 12 Jan 2018 10:09:17 +0100 Subject: [PATCH] Release 0.0.11 : Update certificate * Fix error cron, and duplicate update --- README.md | 1 + src/etc/cron.d/alternc-certbot | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c40d565..883b15f 100644 --- a/README.md +++ b/README.md @@ -101,3 +101,4 @@ make * [x] Don't stop apache to get certificate (0.0.4) * [x] Auto renew all domains (0.0.5) * [x] Provide a stretch compatibility (0.0.6) +* [x] Correct update cron (0.0.11) diff --git a/src/etc/cron.d/alternc-certbot b/src/etc/cron.d/alternc-certbot index 91b4b00..e102681 100755 --- a/src/etc/cron.d/alternc-certbot +++ b/src/etc/cron.d/alternc-certbot @@ -1,5 +1,4 @@ # Twice a day, every 12 hours : # - renew the certificate of the panel (alternc-cerbot) -# - generate or renew the certificates of every domain available (generate_certbot.php) +# - generate or renew the certificates of every domain available (generate_certbot.php via alternc-certbot) 0 */12 * * * root /usr/lib/alternc/install.d/alternc-certbot apache2 -0 */12 * * * root /usr/lib/alternc/generate_certbot.php