From 799792584a2d326792ebec7e791ccf14a33eddee Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Thu, 3 Aug 2023 12:42:09 -0400 Subject: [PATCH] MDM Docs: Update docs to include scep challenge and clarify environment variable naming (#13112) --------- Co-authored-by: Rachael Shaw --- docs/Using Fleet/MDM-setup.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Using Fleet/MDM-setup.md b/docs/Using Fleet/MDM-setup.md index 01b3929e60..fc0808f995 100644 --- a/docs/Using Fleet/MDM-setup.md +++ b/docs/Using Fleet/MDM-setup.md @@ -59,10 +59,14 @@ fleetctl generate mdm-apple --email --org ### Step 3: configure Fleet with the generated files Restart the Fleet server with the contents of the APNs certificate, APNs private key, SCEP certificate, and SCEP private key in the following environment variables: + +> Note: Any environment variable that ends in `_BYTES` expects the file's actual content to be passed in, not a path to the file. If you want to pass in a file path, remove the `_BYTES` suffix from the environment variable. + * [FLEET_MDM_APPLE_APNS_CERT_BYTES](https://fleetdm.com/docs/deploying/configuration#mdm-apple-apns-cert-bytes) * [FLEET_MDM_APPLE_APNS_KEY_BYTES](https://fleetdm.com/docs/deploying/configuration#mdm-apple-apns-key-bytes) * [FLEET_MDM_APPLE_SCEP_CERT_BYTES](https://fleetdm.com/docs/deploying/configuration#mdm-apple-scep-cert-bytes) * [FLEET_MDM_APPLE_SCEP_KEY_BYTES](https://fleetdm.com/docs/deploying/configuration#mdm-apple-scep-key-bytes) +* [FLEET_MDM_APPLE_SCEP_CHALLENGE](https://fleetdm.com/docs/deploying/configuration#mdm-apple-scep-challenge) > You do not need to provide the APNs CSR which was emailed to you.