Browse Source

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 years ago
parent
commit
9149f6bc6a
Signed by: Chris Smith <chris@chameth.com> GPG Key ID: 3A2D4BBDC4A3C9A9
2 changed files with 817 additions and 285 deletions
  1. 2
    2
      config
  2. 815
    283
      dehydrated

+ 2
- 2
config View File

@@ -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
File diff suppressed because it is too large
View File


Loading…
Cancel
Save