summaryrefslogtreecommitdiffstats
path: root/system/letsencrypt/README.Slackware
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-08-13 17:03:26 +0200
committer Willy Sudiarto Raharjo2017-08-19 02:10:22 +0200
commitbf37c7bbaa40f338817686fdf76746e06fd5bd27 (patch)
tree0b2d43f7920f8d5ebf1d8ee4ca796d08e8d68307 /system/letsencrypt/README.Slackware
parent12d46795c0f528537312f1217a14e0cdefc21edb (diff)
downloadslackbuilds-bf37c7bbaa40f338817686fdf76746e06fd5bd27.tar.gz
system/letsencrypt: Updated for version 0.17.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/letsencrypt/README.Slackware')
-rw-r--r--system/letsencrypt/README.Slackware5
1 files changed, 3 insertions, 2 deletions
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=<DOCUMENT-ROOT> --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.