Increased letsencrypt and letsencrypt-nginx cover minimums

This commit is contained in:
Brad Warren 2015-09-21 14:55:12 -07:00
parent 22260a82af
commit 65dd4c668c

View file

@ -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