From a99b361c9f8c19403ede68628e22f4ac327bf68f Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Thu, 22 Aug 2024 15:00:41 -0700 Subject: [PATCH] Reference to `/intermediates.pem` endpoint. --- step-ca/certificate-authority-server-production.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/step-ca/certificate-authority-server-production.mdx b/step-ca/certificate-authority-server-production.mdx index 3ba96422..95352c51 100644 --- a/step-ca/certificate-authority-server-production.mdx +++ b/step-ca/certificate-authority-server-production.mdx @@ -637,6 +637,9 @@ Generally speaking: you can leverage the MDM channel's TLS connection, which is established upon MDM enrollment. +The root CA bundle for `step-ca` is available at the `/roots.pem` endpoint, +and the intermediate CA bundle is available at `/intermediates.pem`. + #### Installing a CA certificate Your CA certificate may need to be installed and trusted into the target operating system's certificate trust store.