mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Add FLEET_DEV_MDM_ENABLED to MDM setup documentation (#10314)
This commit is contained in:
parent
7c3a281c23
commit
917e07b67a
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue