This article describes how to reinstall Device Trust without Jamf Pro on macOS.
- Device trust
- Jamf Pro
- Troubleshoot Device Trust
- macOS
Create a Device Trust enrollment script:
-
Download the device trust script from Okta Admin > Settings > Downloads > Okta Device Registration Task (Python script) > Download script.
-
Edit the script and add the Org token (obtained from Okta while configuring macOS Device Trust) and Okta URL value:
###################################################################### Org Configuration: Configure you organization URL and TokenORG_TOKEN = '{$ORG_TOKEN$}'URL = '{$URL$}'#####################################################################
-
Use the updated script to remove the Device Trust certificate from the machine:
-
Open the terminal and navigate to the directory that contains the script.
-
Run the following command:
python <fileName>.py uninstall
-
-
To reinstall Device Trust without Jamf Pro, run the following command:
python <fileName>.py install.
These steps can be used to test Device Trust enrollment on a single machine and can help with troubleshooting Device Trust issues.
