mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Increased letsencrypt and letsencrypt-nginx cover minimums
This commit is contained in:
+2
-2
@@ -16,13 +16,13 @@ fi
|
||||
|
||||
cover () {
|
||||
if [ "$1" = "letsencrypt" ]; then
|
||||
min=96
|
||||
min=97
|
||||
elif [ "$1" = "acme" ]; then
|
||||
min=100
|
||||
elif [ "$1" = "letsencrypt_apache" ]; then
|
||||
min=100
|
||||
elif [ "$1" = "letsencrypt_nginx" ]; then
|
||||
min=96
|
||||
min=97
|
||||
elif [ "$1" = "letshelp_letsencrypt" ]; then
|
||||
min=100
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user