mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Increased letsencrypt and letsencrypt-nginx cover minimums
This commit is contained in:
parent
22260a82af
commit
65dd4c668c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue