Posted on 01-18-2021 03:10 AM
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
Posted on 01-18-2021 03:11 AM
from Login Keychain..
Posted on 01-18-2021 07:31 AM
Using the -Z flag requires the cert hash value.
You can use -c for common name.
https://ss64.com/osx/security-delete-cert.html