Categories:
DH Keys (39)
DSA Keys (71)
EC Keys (299)
Firefox (32)
General (13)
Google Chrome (25)
Intermediate CA (152)
Java VM (20)
JDK Keytool (25)
Microsoft CertUtil (26)
Mozilla CertUtil (18)
OpenSSL (237)
Other (17)
Portecle (38)
Publishers (1805)
Revoked Certificates (30)
Root CA (87)
RSA Keys (2070)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
Mozilla "certutil -L" - List All Certificates in cert8.db
How to list all certificates stored in the "cert8.db" file by Firefox 9? I know where "cert8.db" is located on my Windows 7 system.
✍: FYIcenter.com
If you want to list all certificates stored in the "cert8.db" file by Firefox 9, you can use the Mozilla "certutil -L" command as shown in this tutorial:
C:\fyicerter>\fyicerter\nss\bin\certutil -L -d C:\Users\fyicenter\AppData]Roaming\Mozilla\Firefox\Profiles\xxxx.default GeoTrust SSL CA ,, Entrust Certification Authority - L1E ,, Network Solutions Certificate Authority ,, UTN-USERFirst-Hardware ,, DigiCert High Assurance CA-3 ,, Google Internet Authority ,, Akamai Subordinate CA 3 ,, USERTrust Legacy Secure Server CA ,, Entrust Certification Authority - L1C ,, VeriSign, Inc. ,,
What you are getting from this tutorial:
Note that Firefox only stores "Software Security Device" CA certificates in "cert8.db" file. Other "Builtin Object Token" CA certificates are built-in to Firefox. This is why we see more CA certificates in Firefox 9 Certificate Manager than the list from the cert8.db file.
2012-08-01, 15512👍, 0💬
Popular Posts:
Certificate Summary: Subject: VeriSign Class 3 Public Primary Certification Authority - G4 Issuer: V...
What can I use OpenSSL "ans1parse" command for? What are options supported by the "ans1parse" comman...
Can I build a DH private key from an OpenSSL configuration file? Yes, you can build a DH private key...
How to list all options that are supported by a specific OpenSSL command? I know the command but I d...
How to validate a certificate stored in a "cert8.db" file using Mozilla "certutil" tool? If you want...