This commit is contained in:
f 2022-03-15 18:55:31 -03:00
parent d32a39acfc
commit f0f2cee7e2

View file

@ -29,7 +29,9 @@ set -e
case $1 in
# Renew certificates, trust in certbot's algorithms
renew) /usr/bin/certbot renew --quiet --agree-tos ;;
renew)
/usr/bin/certbot renew --quiet --agree-tos
;;
bootstrap)
for site in ${SUTTY} api.${SUTTY}; do
test -d "/etc/letsencrypt/live/${site}" && exit 0