From 9fdd2243a6431e453821232ccf5526e54ad8bf22 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 12 Jun 2024 18:40:17 -0500 Subject: [PATCH] pyrocufflink: Trust DCH Root CA R2 Now that the domain controller servers use certificates issued by *step-ca*, client applications need to trust that root CA certificate. --- pyrocufflink.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyrocufflink.yml b/pyrocufflink.yml index 09ed525..8396b9b 100644 --- a/pyrocufflink.yml +++ b/pyrocufflink.yml @@ -20,3 +20,6 @@ roles: - role: trustca ca: dch-root-ca + - role: trustca + ca: dch-root-ca-r2 + tags: dch-root-ca-r2