web: use certbot-auto
This commit is contained in:
@@ -11,7 +11,9 @@ mkdir -p \
|
||||
if [[ $DISABLE_HTTPS -ne 1 ]]; then
|
||||
if [[ $ENABLE_LETSENCRYPT -eq 1 ]]; then
|
||||
if [[ ! -f /etc/letsencrypt/live/$LETSENCRYPT_DOMAIN/fullchain.pem ]]; then
|
||||
if ! certbot certonly \
|
||||
if ! certbot-auto \
|
||||
certonly \
|
||||
--no-self-upgrade \
|
||||
--noninteractive \
|
||||
--standalone \
|
||||
--preferred-challenges http \
|
||||
|
||||
Reference in New Issue
Block a user