From 917e07b67a5ae830a1ba3ae4928b6c00c69be339 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Tue, 7 Mar 2023 13:01:32 -0600 Subject: [PATCH] Add `FLEET_DEV_MDM_ENABLED` to MDM setup documentation (#10314) --- docs/Contributing/Testing-and-local-development.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Contributing/Testing-and-local-development.md b/docs/Contributing/Testing-and-local-development.md index 46640dbd00..4269e64138 100644 --- a/docs/Contributing/Testing-and-local-development.md +++ b/docs/Contributing/Testing-and-local-development.md @@ -564,6 +564,7 @@ Try to store all the certificates and tokens you generated in the earlier steps ``` FLEET_MDM_APPLE_ENABLE=1 \ +FLEET_DEV_MDM_ENABLED=1 \ FLEET_MDM_APPLE_SCEP_CHALLENGE=scepchallenge \ FLEET_MDM_APPLE_SCEP_CERT=/path/to/fleet-mdm-apple-scep.crt \ FLEET_MDM_APPLE_SCEP_KEY=/path/to/fleet-mdm-apple-scep.key \