From bf37c7bbaa40f338817686fdf76746e06fd5bd27 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 13 Aug 2017 22:03:26 +0700 Subject: system/letsencrypt: Updated for version 0.17.0. Signed-off-by: Willy Sudiarto Raharjo --- system/letsencrypt/README.Slackware | 5 +++-- system/letsencrypt/letsencrypt.SlackBuild | 2 +- system/letsencrypt/letsencrypt.info | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) (limited to 'system/letsencrypt') diff --git a/system/letsencrypt/README.Slackware b/system/letsencrypt/README.Slackware index 97d34b4f5b..25d059ca39 100644 --- a/system/letsencrypt/README.Slackware +++ b/system/letsencrypt/README.Slackware @@ -32,12 +32,13 @@ certbot certonly --apache --webroot-path= --preferred-challenges RENEWAL PROCESS Best way to automate the certificate renewal is by using cron service. -Create a bash script in /etc/cron.d/monthly that does the following actions (depending on which plugin you used): +Create a bash script in /etc/cron.monthly that does the following actions (depending on which plugin you used): Standalone: - turn off httpd service - give some delay (2s is enough) - run the same command generate the certificate to renew automatically - start httpd service -Apache Plugin: run the same command to generate the certificate to renew automatically +Apache Plugin: run the same command to generate the certificate to renew automatically or use + letsencrypt renew (it will automatically renew when the expired date is less than few weeks). RATE LIMIT Rate limit on registrations per IP is now 500 per 3 hours. diff --git a/system/letsencrypt/letsencrypt.SlackBuild b/system/letsencrypt/letsencrypt.SlackBuild index b93c82a04f..ec4af76438 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=letsencrypt SRCNAM=certbot -VERSION=${VERSION:-0.16.0} +VERSION=${VERSION:-0.17.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index a0e9a47339..3cf7f6c089 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="0.16.0" +VERSION="0.17.0" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v0.16.0/certbot-0.16.0.tar.gz" -MD5SUM="bcdd7b3942279bb4771ce6bfd37e6ffc" +DOWNLOAD="https://github.com/certbot/certbot/archive/v0.17.0/certbot-0.17.0.tar.gz" +MD5SUM="52edcf3a5b1a29032e5cfb7c6e1e7ace" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="configobj mock python-requests pytz python2-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python-augeas pyparsing" -- cgit v1.2.3