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:
Pratham 2023-10-18 08:13:41 +05:30 committed by GitHub
parent f4c8ce1812
commit 9ec2efb979
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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