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 -O" - Print Certificate Chain in cert8.db
How to print out the certificate chain a "cert8.db" file using Mozilla "certutil" tool?
✍: FYIcenter.com
If you want to print out the certificate chain in a "cert8.db" file, you can use the Mozilla "certutil -O" command as shown in this tutorial:
C:\fyicerter>\fyicerter\nss\bin\certutil -O -d .\ -n "GeoTrust SSL CA" "Builtin Object Token:GeoTrust Global CA" [CN=GeoTrust Global CA,O=GeoTrust Inc.,C=US] "GeoTrust SSL CA" [CN=GeoTrust SSL CA,O="GeoTrust, Inc.",C=US]
What you are getting from this tutorial:
Note that "GeoTrust Global CA" is labeled as a "Builtin Object Token" certificate. May be because it is a self-signed root CA.
2012-12-09, 5954👍, 0💬
Popular Posts:
Do you want to learn how to manage certificates on Windows with Microsoft "certutil" tool? Here is a...
How to add a trusted CA (Certificate Authority) certificate into Java default keystore on Windows? M...
How to get a list of all certificates in "Third-Party Root Certification Authorities" certificate st...
Certificate Summary: Subject: SwissSign Platinum CA - G2 Issuer: SwissSign Platinum CA - G2 Expirati...
How to view the ASN.1 structure of an RSA public key using the OpenSSL "asn1parse" command? You can ...