aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2021-02-19 23:15:52 +0100
committerGuilhem Moulin <guilhem@fripost.org>2021-02-20 18:29:25 +0100
commitc214f20a835d0da4bd0c5a85a4bd9089fc4febcb (patch)
tree767621440930401008c66239554f8d62d88671d8 /Makefile
parentbaa7c25db322a9472c9155422057ec56aa93f439 (diff)
Update staging hierarchy.
Cf. https://community.letsencrypt.org/t/staging-hierarchy-new-root-cert/145677 .
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 06e8cb2..3ad440c 100644
--- a/Makefile
+++ b/Makefile
@@ -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 -- $^ >$@