From d425367c9e9f1bff356fec5a7d185ee31fe08d53 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Thu, 30 Mar 2023 09:02:49 -0500 Subject: [PATCH] Update MDM FAQ (#10857) - Clarify which endpoint needs to be exposed to public to use MDM features --- docs/Deploying/FAQ.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/Deploying/FAQ.md b/docs/Deploying/FAQ.md index d62ae712a1..c691629cf0 100644 --- a/docs/Deploying/FAQ.md +++ b/docs/Deploying/FAQ.md @@ -197,8 +197,12 @@ If you would like to use the fleetctl CLI from outside of your network, the foll - `/mdm/apple/scep` to allow hosts to obtain a SCEP certificate. - `/mdm/apple/mdm` to allow hosts to reach the server using the MDM protocol. -- `/mdm/apple/enroll` to allow DEP enrolled devices to get an enrollment profile. -- `/api/*/fleet/device/*/mdm/apple/manual_enrollment_profile` to allow manually enrolled devices to download an enrollment profile. +- `/api/mdm/apple/enroll` to allow DEP enrolled devices to get an enrollment profile. +- `/api/*/fleet/device/*/mdm/apple/manual_enrollment_profile` to allow manually enrolled devices to + download an enrollment profile. + +> The `/mdm/apple/scep` and `/mdm/apple/mdm` endpoints are outside of the `/api` path because they +> are not RESTful, and are not intended for use by API clients or browsers. ## What is the minimum version of MySQL required by Fleet?