Posted on 05-27-2021 01:15 PM
Hi Folks,
Mac OS: Big Sur
I am trying to push an App which trusts a certificate using a post install script, using JAMF.
I have added the following line so users don't get the pop window to manually validate trust settings, also these users don't have root privileges
sudo security -v add-trusted-cert -d -r trustRoot -k "/Library/Keychains/System.keychain" "./BG_SEProxy_CA.cer"
Even with the below command, I still get the pop up window, is there a way to avoid having the pop up notification for users
Posted on 05-27-2021 02:30 PM
@user-kgvShFwdkY Deploy your certificate(s) via a Configuration Profile. Setting the trust on a scripted certificate install is no longer possible without user authentication on Big Sur. That restriction does not apply to certificates installed via Configuration Profile from Jamf Pro.
Posted on 07-23-2021 08:33 AM
Having the same issue here. Can you elaborate on how you set this up via a configuration profile? I'm only finding support for x.509 certificates.