From 346da470b80639ae675c28fd91a93a7b5170af4c Mon Sep 17 00:00:00 2001
From: Harrison Ravazzolo <38767391+harrisonravazzolo@users.noreply.github.com>
Date: Wed, 22 Oct 2025 18:30:54 -0700
Subject: [PATCH] Refactor SCEP configuration for Okta certificate (#34674)
Updated SCEP configuration for Okta attestation certificate
installation, including placeholders for various parameters.
---
...kta attestation certificate - [Bundle].xml | 206 ++++++++++--------
1 file changed, 117 insertions(+), 89 deletions(-)
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}}
+