🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2023-03-15 21:28:48 -04:00
parent e5c2ecf81d
commit a150187a8d
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -68,7 +68,7 @@ __certbot() {
done
certbot $options --agree-tos -m $CERT_BOT_MAIL certonly --webroot \
-w "${WWW_ROOT_DIR:-/data/htdocs/www}" $ADD_CERTBOT_DOMAINS \
--put-all-related-files-into "$SSL_DIR" -key-path "$SSL_KEY" -fullchain-path "$SSL_CERT"
--key-path "$SSL_KEY" --fullchain-path "$SSL_CERT"
statusCode=$?
fi
[ $statusCode -eq 0 ] && __update_ssl_certs