瀏覽代碼

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…
取消
儲存