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 \