From 9aa2ddd7cee5a119f838afde9f30743bf462a88a Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Wed, 8 Mar 2023 15:22:25 -0500 Subject: [PATCH] MDM docs: Correct config option (#10391) - Correct name for config option required for MDM beta --- docs/Deploying/Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Deploying/Configuration.md b/docs/Deploying/Configuration.md index 6d7cd5c2a7..ef775c7acf 100644 --- a/docs/Deploying/Configuration.md +++ b/docs/Deploying/Configuration.md @@ -2594,7 +2594,7 @@ This is the first of two feature flags required to turn on MDM features. This fe mdm_enable: 1 ``` -##### apple_mdm_enable +##### apple_enable This is the second feature flag required to turn on MDM features. This feature flag must be set to `1` at the same time as when you set the certificate and keys for Apple Push Certificate server (APNs) and Apple Business Manager (ABM). Otherwise, the Fleet server won't start.