summaryrefslogtreecommitdiffstats
path: root/system/letsencrypt/README.Slackware
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-05-15 01:49:04 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-05-15 01:49:04 +0700
commit26fae42200a257de722ea5ea7c555116be7f74de (patch)
treebebd42ffdbbf10474ca03b495a42f308f91fe3f7 /system/letsencrypt/README.Slackware
parent5d80b9a9a68edb79f284f81e66a3b72206191715 (diff)
downloadslackbuilds-26fae42200a257de722ea5ea7c555116be7f74de.tar.gz
slackbuilds-26fae42200a257de722ea5ea7c555116be7f74de.tar.xz
system/letsencrypt: Updated for version 0.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/letsencrypt/README.Slackware')
-rw-r--r--system/letsencrypt/README.Slackware6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/letsencrypt/README.Slackware b/system/letsencrypt/README.Slackware
index c35a22d74c..1ff60af3be 100644
--- a/system/letsencrypt/README.Slackware
+++ b/system/letsencrypt/README.Slackware
@@ -8,7 +8,7 @@ Since Slackware is not yet supported, instead of running "letsencrypt-auto certo
as instructed, you can run "letsencrypt certonly" to install certificates manually using standalone plugin.
Here's what i use to create a certificate using port 443 for domain validation
-letsencrypt certonly --webroot-path=<DOCUMENT-ROOT> --standalone-supported-challenges tls-sni-01 -d <DOMAIN-NAME> \
+certbot certonly --webroot-path=<DOCUMENT-ROOT> --standalone-supported-challenges tls-sni-01 -d <DOMAIN-NAME> \
--email <ADMIN-EMAIL> --renew-by-default --agree-tos --text --standalone
If you want to use port 80 for domain validation, replace
@@ -31,8 +31,8 @@ Best way is to use a simple bash script that perform following actions:
- start httpd service
RATE LIMIT
-Rate limit on registrations per IP is now 10 per 3 hours.
-Rate limit on certificates per Domain is now 5 per 7 days.
+Rate limit on registrations per IP is now 500 per 3 hours.
+Rate limit on certificates per Domain is now 20 per 7 days.
CONFIGURATION FILES