Add FLEET_DEV_MDM_ENABLED to MDM setup documentation (#10314)

This commit is contained in:
Luke Heath 2023-03-07 13:01:32 -06:00 committed by GitHub
parent 7c3a281c23
commit 917e07b67a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \