Bootstrap FreeKB - Postfix (Email) - Delete certificates in nssdb (Network Security Services Database)
Postfix (Email) - Delete certificates in nssdb (Network Security Services Database)

Updated:   |  Postfix (Email) articles

The certutil command with the -L (list) an -d (directory) options can be used to list the certificates in your nssdb (Network Security Services Database).

~]# certutil -L -d /etc/pki/nssdb

Certificate Nickname                        Trust Attributes
                                            SSL,S/MIME,JAR/XPI

*.example.com root CA                    CT,,
*.example.com intermediate CA            CT,,
*.example.com                            CT,,

 

Then the -D (delete) and -n (name) options can be used to delete a certificate.

certutil -d /etc/pki/nssdb -D -n *.example.com

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 67a67b in the box below so that we can be sure you are a human.