mirror of
https://github.com/fleetdm/fleet
synced 2026-05-21 16:08:47 +00:00
docs/MDM-Windows-setup: fixup environment variable (#14593)
The correct variable to use seems to be `FLEET_DEV_MDM_ENABLED`, `FLEET_MDM_WINDOWS_ENABLED_AND_CONFIGURED` is not present in the codebase
This commit is contained in:
parent
f4c8ce1812
commit
9ec2efb979
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ Save the SCEP certificate and SCEP key. These are your certificate and key. You
|
|||
- [FLEET_MDM_WINDOWS_WSTEP_IDENTITY_CERT_BYTES](https://fleetdm.com/docs/deploying/configuration#mdm-windows-wstep-identity-cert-bytes)
|
||||
- [FLEET_MDM_WINDOWS_WSTEP_IDENTITY_KEY_BYTES](https://fleetdm.com/docs/deploying/configuration#mdm-windows-wstep-identity-key-bytes)
|
||||
|
||||
2. Set the `FLEET_MDM_WINDOWS_ENABLED_AND_CONFIGURED` environment variable to `true`.
|
||||
2. Set the `FLEET_DEV_MDM_ENABLED` environment variable to `1`.
|
||||
|
||||
3. Restart the Fleet server.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue