Selaa lähdekoodia

debug challenges on initialization

master
jfederico 4 vuotta sitten
vanhempi
commit
c68740cc86
2 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 4
    0
      dotenv
  2. 1
    0
      init-letsencrypt.sh

+ 4
- 0
dotenv Näytä tiedosto

@@ -21,3 +21,7 @@
21 21
 ### Optional for postgres when using docker-compose
22 22
 # POSTGRES_USER=
23 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 Näytä tiedosto

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

Loading…
Peruuta
Tallenna