Skip to main content
Question

Certificate Removal....

  • January 18, 2021
  • 2 replies
  • 25 views

Forum|alt.badge.img+13

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

Forum|alt.badge.img+13
  • Author
  • Valued Contributor
  • January 18, 2021

from Login Keychain..


Forum|alt.badge.img+6
  • New Contributor
  • January 18, 2021

Using the -Z flag requires the cert hash value.

You can use -c for common name.

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