Posted on 06-03-2021 11:38 AM
Hi,
Mac OS: Big Sur
I have an app that creates a cert during installation. As the cert cannot be trusted without user intervention in Big Sur
As part of the post install script, I want to take this cert and embed it as a payload and push it into JAMF to be re-downloaded as a profile
Couple of questions:
>>what's the limit for number of profiles
>>Can you delete profiles after they are installed, automatically?
>>Is there a way to do this without storing un/pwd, OAuth token in clear text in the script? (can post install script have some special privileges to write back to JAMF?)
Thanks!