Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/okta-conditional-access-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Replace:
3. Copy the profile to a new `.mobileconfig` file and save.
4. Follow the instructions in the [custom OS settings](https://fleetdm.com/guides/custom-os-settings) guide to deploy the profile to the hosts where you want conditional access to apply.

Deploying this profile will deploy a SCEP certificate to your hosts. These certificates are valid for 1 year and 33 days. When the certificate is renewed, the old certificate isn't removed. To clean up the old certificate, you can run [this script](https://github.com/fleetdm/fleet/blob/31ec68e325801bfd2199191f70d021383a45161f/assets/scripts/delete-duplicate-scep-certificates.sh).
Deploying this profile will deploy a SCEP certificate to your hosts. These certificates are valid for 1 year and 33 days.

> If using GitOps, use the challenge in a [secret variable](https://fleetdm.com/guides/secrets-in-scripts-and-configuration-profiles), instead of hardcoding into the profile.

Expand Down
Loading