s/letsencrypt/certbot

This commit is contained in:
Brad Warren
2016-04-13 16:03:59 -07:00
parent 4af2b3e9e8
commit 3961b70deb
102 changed files with 734 additions and 736 deletions
+2 -2
View File
@@ -9,13 +9,13 @@
# -e makes sure we fail fast and don't submit coveralls submit
if [ "xxx$1" = "xxx" ]; then
pkgs="letsencrypt acme letsencrypt_apache letsencrypt_nginx letshelp_letsencrypt"
pkgs="certbot acme letsencrypt_apache letsencrypt_nginx letshelp_letsencrypt"
else
pkgs="$@"
fi
cover () {
if [ "$1" = "letsencrypt" ]; then
if [ "$1" = "certbot" ]; then
min=98
elif [ "$1" = "acme" ]; then
min=100