mirror of
https://github.com/casjaysdevdocker/bun
synced 2025-01-18 12:34:33 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
e5c2ecf81d
commit
a150187a8d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user