diff options
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 |
commit | 26fae42200a257de722ea5ea7c555116be7f74de (patch) | |
tree | bebd42ffdbbf10474ca03b495a42f308f91fe3f7 /system/letsencrypt/README.Slackware | |
parent | 5d80b9a9a68edb79f284f81e66a3b72206191715 (diff) |
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.Slackware | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/letsencrypt/README.Slackware b/system/letsencrypt/README.Slackware index c35a22d74cc1..1ff60af3be55 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 |