From 08fcee43bb1009d48c51dbbfdcb8d79087775fa0 Mon Sep 17 00:00:00 2001 From: Lukasz Lobocki <125857607+lukasz-lobocki@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:46:52 +0200 Subject: [PATCH] Add tls_trust_pool to Proxying step-ca traffic. Update certificate-authority-server-production.mdx --- step-ca/certificate-authority-server-production.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/step-ca/certificate-authority-server-production.mdx b/step-ca/certificate-authority-server-production.mdx index 3ba96422..da5131c2 100644 --- a/step-ca/certificate-authority-server-production.mdx +++ b/step-ca/certificate-authority-server-production.mdx @@ -522,7 +522,9 @@ https://ca.example.com { transport http { # This allows the proxy to complete a trust # chain by trusting step-ca's root. - tls_trusted_ca_certs /etc/caddy/root_ca.crt + tls_trust_pool file { + pem_file /etc/caddy/root_ca.crt + } } } }