Skip to content

Commit

Permalink
Add tls_trust_pool to Proxying step-ca traffic.
Browse files Browse the repository at this point in the history
Update certificate-authority-server-production.mdx
  • Loading branch information
lukasz-lobocki authored Aug 6, 2024
1 parent c014367 commit 08fcee4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion step-ca/certificate-authority-server-production.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
}
Expand Down

0 comments on commit 08fcee4

Please sign in to comment.