Browse Source

debug challenges on initialization

master
jfederico 4 years ago
parent
commit
c68740cc86
2 changed files with 5 additions and 0 deletions
  1. 4
    0
      dotenv
  2. 1
    0
      init-letsencrypt.sh

+ 4
- 0
dotenv View File

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

+ 1
- 0
init-letsencrypt.sh View File

76
     $domain_args \
76
     $domain_args \
77
     --rsa-key-size $rsa_key_size \
77
     --rsa-key-size $rsa_key_size \
78
     --agree-tos \
78
     --agree-tos \
79
+    --debug-challenges \
79
     --force-renewal" certbot
80
     --force-renewal" certbot
80
 echo
81
 echo
81
 
82
 

Loading…
Cancel
Save