From 9ec2efb979bffe76dbedc05b750ffa64cd369ef4 Mon Sep 17 00:00:00 2001 From: Pratham <67585967+git-bruh@users.noreply.github.com> Date: Wed, 18 Oct 2023 08:13:41 +0530 Subject: [PATCH] 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 --- docs/Using Fleet/MDM-Windows-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Using Fleet/MDM-Windows-setup.md b/docs/Using Fleet/MDM-Windows-setup.md index 42f0b769f8..083d6a264d 100644 --- a/docs/Using Fleet/MDM-Windows-setup.md +++ b/docs/Using Fleet/MDM-Windows-setup.md @@ -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.