diff --git a/docs/solutions/Windows/configuration-profiles/install Okta attestation certificate - [Bundle].xml b/docs/solutions/Windows/configuration-profiles/install Okta attestation certificate - [Bundle].xml
index eadc58d7df..c94e47d870 100644
--- a/docs/solutions/Windows/configuration-profiles/install Okta attestation certificate - [Bundle].xml
+++ b/docs/solutions/Windows/configuration-profiles/install Okta attestation certificate - [Bundle].xml
@@ -1,103 +1,131 @@
-
-
- 1
- -
-
- ./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/OktaVerify
-
-
- node
-
-
-
-
- 2
- -
-
- ./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/OktaVerify/Install/ServerURL
-
-
- chr
-
- yourUrlHere
-
+
+-
+
+./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/{{yourCertName}}
+
+
+node
+
+
-
- 3
- -
-
- ./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/OktaVerify/Install/Challenge
-
-
- chr
-
- yourChallengeHere
-
+
+-
+
+./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/{{yourCertName}}/Install/RetryCount
+
+
+int
+
+3
+
-
- 4
- -
-
- ./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/OktaVerify/Install/SubjectName
-
-
- chr
-
- $FLEET_VAR_HOST_UUID
-
+
+-
+
+./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/{{yourCertName}}/Install/RetryDelay
+
+
+int
+
+10
+
-
- 5
- -
-
- ./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/OktaVerify/Install/KeyLength
-
-
- int
-
- 2048
-
+
+-
+
+./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/{{yourCertName}}/Install/KeyUsage
+
+
+int
+
+160
+
-
- 6
- -
-
- ./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/OktaVerify/Install/HashAlgorithm
-
-
- chr
-
- SHA256
-
+
+-
+
+./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/{{yourCertName}}/Install/KeyLength
+
+
+int
+
+2048
+
-
- 7
- -
-
- ./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/OktaVerify/Install/KeyUsage
-
-
- int
-
- 160
-
+
+-
+
+./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/{{yourCertName}}/Install/HashAlgorithm
+
+
+chr
+
+SHA-1
+
-
- 8
- -
-
- ./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/OktaVerify/Install/EKUMapping
-
-
- chr
-
- 1.3.6.1.5.5.7.3.2
-
+
+-
+
+./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/{{yourCertName}}/Install/SubjectName
+
+
+chr
+
+CN=$FLEET_VAR_HOST_UUID managementAttestation
+
+
+
+
+-
+
+./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/{{yourCertName}}/Install/EKUMapping
+
+
+chr
+
+1.3.6.1.4.1.311.10.3.12+1.3.6.1.4.1.311.10.3.4+1.3.6.1.4.1.311.20.2.2+1.3.6.1.5.5.7.3.2
+
+
+
+
+-
+
+./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/{{yourCertName}}/Install/ServerURL
+
+
+chr
+
+{{yourScepUrl}}
+
+
+
+
+-
+
+./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/{{yourCertName}}/Install/Challenge
+
+
+chr
+
+{{yourScepChallenge}}
+
+
+
+
+-
+
+./Device/Vendor/MSFT/ClientCertificateInstall/SCEP/{{yourCertName}}/Install/CAThumbprint
+
+
+chr
+
+{{yourScepCAThumbprint}}
+