🗃️ Committing everything that changed 🗃️

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

View File

@ -68,7 +68,7 @@ __certbot() {
done done
certbot $options --agree-tos -m $CERT_BOT_MAIL certonly --webroot \ certbot $options --agree-tos -m $CERT_BOT_MAIL certonly --webroot \
-w "${WWW_ROOT_DIR:-/data/htdocs/www}" $ADD_CERTBOT_DOMAINS \ -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=$? statusCode=$?
fi fi
[ $statusCode -eq 0 ] && __update_ssl_certs [ $statusCode -eq 0 ] && __update_ssl_certs