mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 14:22:11 +01:00
debug challenges on initialization
This commit is contained in:
4
dotenv
4
dotenv
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user