Tag: keychain

macOS Big Sur Breaks Scripts

macOS Big Sur broke a couple of my scripts. After some troubleshooting, here is what I have found so far. Adding Certificates to a Keychain Using Keychain Access Certificate trust changes now require administrator approval and password confirmation for non-admin trust domains. If you have scripts calling /usr/bin/security add-trusted-cert -d as root, or using the SecTrustSettingsSetTrustSettings API, you will need…

Read More »