소스 검색

Update dehydrated and switch to ACMEv2

This makes everything work with Let's Encrypt again, and
allows wildcard certificates to be obtained.

csmith/docker-letsencrypt-lexicon#5
csmith/docker-letsencrypt-lexicon#6
master
Chris Smith 4 년 전
부모
커밋
9149f6bc6a
로그인 계정: Chris Smith <chris@chameth.com> GPG Key ID: 3A2D4BBDC4A3C9A9
2개의 변경된 파일817개의 추가작업 그리고 285개의 파일을 삭제
  1. 2
    2
      config
  2. 815
    283
      dehydrated

+ 2
- 2
config 파일 보기

@@ -6,8 +6,8 @@ CONTACT_EMAIL=$EMAIL
6 6
 KEY_ALGO=${ALGORITHM:-secp384r1}
7 7
 
8 8
 if [ -z ${STAGING+-} ]; then
9
-  CA="https://acme-v01.api.letsencrypt.org/directory"
9
+  CA="https://acme-v02.api.letsencrypt.org/directory"
10 10
 else
11
-  CA="https://acme-staging.api.letsencrypt.org/directory"
11
+  CA="https://acme-staging-v02.api.letsencrypt.org/directory"
12 12
 fi
13 13
 

+ 815
- 283
dehydrated
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


Loading…
취소
저장