소스 검색

debug challenges on initialization

master
jfederico 4 년 전
부모
커밋
c68740cc86
2개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      dotenv
  2. 1
    0
      init-letsencrypt.sh

+ 4
- 0
dotenv 파일 보기

@@ -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 파일 보기

@@ -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…
취소
저장