Certificate Removal....

kerouak
Valued Contributor

Hi,

running this with the result:

Unable to delete certificate matching "-a"MB-A5589:~ uadmin$ sudo security delete-certificate -Z -a | grep -i "QuoVadis Root CA 2 G3"

Is this a Security block?

Any ideas how to achieve this??

ta

2 REPLIES 2

kerouak
Valued Contributor

from Login Keychain..

isThisThing0n
Contributor

Using the -Z flag requires the cert hash value.

You can use -c for common name.

https://ss64.com/osx/security-delete-cert.html