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