debug challenges on initialization

This commit is contained in:
jfederico
2020-04-30 09:23:32 -04:00
parent 84e3649f9a
commit c68740cc86
2 changed files with 5 additions and 0 deletions

4
dotenv
View File

@@ -21,3 +21,7 @@
### Optional for postgres when using docker-compose ### Optional for postgres when using docker-compose
# POSTGRES_USER= # POSTGRES_USER=
# POSTGRES_PASSWORD= # POSTGRES_PASSWORD=
#
### Optional for init-letsencrypt.sh when using certbot for generating signed SSL certificates
#LETSENCRYPT_EMAIL=
#LETSENCRYPT_STAGING=0 # Set to 1 if you're testing your setup to avoid hitting request limits

View File

@@ -76,6 +76,7 @@ docker-compose run --rm --entrypoint "\
$domain_args \ $domain_args \
--rsa-key-size $rsa_key_size \ --rsa-key-size $rsa_key_size \
--agree-tos \ --agree-tos \
--debug-challenges \
--force-renewal" certbot --force-renewal" certbot
echo echo