ソースを参照

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
ファイル差分が大きすぎるため省略します
ファイルの表示


読み込み中…
キャンセル
保存