diff options
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 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 |