diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-19 23:15:52 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-20 18:29:25 +0100 |
commit | c214f20a835d0da4bd0c5a85a4bd9089fc4febcb (patch) | |
tree | 767621440930401008c66239554f8d62d88671d8 /Makefile | |
parent | baa7c25db322a9472c9155422057ec56aa93f439 (diff) |
Update staging hierarchy.
Cf. https://community.letsencrypt.org/t/staging-hierarchy-new-root-cert/145677 .
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -24,8 +24,9 @@ $(BUILDDIR)/certs/ca-certificates.crt: \ # Staging Environment for tests, see https://letsencrypt.org/docs/staging-environment/ $(BUILDDIR)/certs-staging/ca-certificates.crt: \ - certs-staging/fakelerootx1.pem \ - certs-staging/fakeleintermediatex1.pem + certs-staging/letsencrypt-stg-root-x[12].pem \ + certs-staging/letsencrypt-stg-int-r[34].pem \ + certs-staging/letsencrypt-stg-int-e[12].pem mkdir -pv -- $(dir $@) cat -- $^ >$@ |