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 c74561a81ed7..15b0ccfb48bb 100644 --- a/system/letsencrypt/README.Slackware +++ b/system/letsencrypt/README.Slackware @@ -11,16 +11,16 @@ Just run letsencrypt or certbot and you will see all domains are available. VALIDATION METHODS Letsencrypt have several validation method, but the preferred solution for now is HTTP-01 and DNS-01. -TLS-SNI-01 will be deprecated per February 13, 2019 +TLS-SNI-01 will be deprecated per February 13, 2019 (https://community.letsencrypt.org/t/february-13-2019-end-of-life-for-all-tls-sni-01-validation-support/74209) RENEWAL PROCESS Best way to automate the certificate renewal is by using cron service. -Create a bash script in /etc/cron.monthly that does the following actions: +Create a bash script in /etc/cron.monthly or /etc/cron.weekly that does the following actions: 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. +Rate limit on registrations per IP is now 10 per 3 hours or 500 per 3 hours for IPv6 Rate limit on certificates per Domain is now 50 per 7 days. See complete documentation here: https://letsencrypt.org/docs/rate-limits/ |