SCEP Profile Configuration in BigFix
This section describes how to create and configure a SCEP profile in BigFix MCM to enable device certificate enrollment using the configured NDES Proxy infrastructure.
Steps
Navigate to Policy Creation
-
Log in to the BigFix WebUI
-
Navigate to:
-
Click:
- Configure Policy Details
- Enter:
-
Policy Name – Provide a meaningful name
-
Description – (optional)
-
- Under Operating System, select: macOS
- Under Assign Policy to Site, select the appropriate site: MASTER_ACTION_SITE (or as applicable)
- Enter:
- Select SCEP Template: In the Templated Policy section, select Apple SCEP Template
- Customize SCEP Configuration: In the Preview Policy (XML) section,
update the configuration as required.
Key Required Changes - Update key size
Change:
<key>Keysize</key> <integer>2048</integer>To:
<key>Keysize</key> <integer>4096</integer>Important Fields Explained
- {{ChallengePassword}} → Automatically retrieved from NDES Admin endpoint
- {{UserPrincipalName}} → Used for certificate subject and SAN
- {{SID}} → Used for unique device/user identification
- {{SCEP_URL}} → Should resolve to the NDES Proxy SCEP endpoint
Note: The above variables are automatically substituted by the BigFix MCM server at runtime. These values are dynamically resolved and should not be manually modified or edited. - Save Policy: Click Save as Policy.
- Assign and Deploy Policy: Add the policy to a Policy Group
- Assign directly to devices
- Assign to a device group
- Configure as an Enrollment Policy
- Deploy the policy.