浏览代码

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 密钥 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
文件差异内容过多而无法显示
查看文件


正在加载...
取消
保存