Collections:
Other Resources:
Delete Root CA Certificate from Mac
How to delete a root CA (Certificate Authority) certificate from Mac computer? I don't know this root CA and don't want to trust any Websites that uses certificates signed by this root CA.
✍: FYIcenter.com
On Mac computers, you can not delete a root CA certificate using
Keychain Access as the certificate manager.
"delete" functions are all disabled for root CA certificates in Keychain Access as shown in this tutorial.
1. Open "Launchpad > Other > Keychain Access" on your Mac computer. You see "Keychain Access" window.
2. Click "System Roots" in the "Keychains" list on left. And select "Certificates" in the "Category" list. You see a list of trusted root CA certificates.
3. Scroll down in the list and click on "GeoTrust Global CA". You see the Certificate summary showing up above the list.
4. Click "Edit" menu. You see the "Delete" command is disabled.
5. Right-click on the "GeoTrust Global CA" name. You see no "Delete" command in the context menu.
So you can not delete a root CA certificate on Mac computer with "Keychain Access".
Also note that:
⇒ "Never Trust" Root CA Certificate on Mac
⇐ Certificate File Format Supported on Mac
2021-11-30, ∼2013🔥, 0💬
Popular Posts:
Which certificate file format should I use when exporting a certificate on Mac computer? What is the...
Certificate Summary: Subject: Class 2 Primary CA Issuer: Class 2 Primary CA Expiration: 2019-07-06 2...
Can I sign my own CSR with a longer expiration date using the OpenSSL "req -x509" command? I want to...
How to create a test certificate for myself using the "makecert.exe" command? You can create a test ...
How to use the "keytool -certreq" command? I have have created a new pair of public key and private ...