Posted on 08-03-2015 02:04 PM
We put our root certificates in the System keychain but now have a duplicate set of certs (one set is expired). Does anyone know of a way to remove certificates from the System keychain in an automated way?
thanks in advance for any suggestions
Solved! Go to Solution.
Posted on 08-03-2015 02:27 PM
sudo security delete-certificate -Z certificate-hash-here /Library/Keychains/System.keychain
Posted on 08-03-2015 02:27 PM
sudo security delete-certificate -Z certificate-hash-here /Library/Keychains/System.keychain
Posted on 08-03-2015 03:56 PM
Thanks!