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.
⇒ Mozilla "certutil" - Certificate Management Tool
⇐ Mozilla "certutil -V -u" - Validate Certificate in cert8.db
2012-12-09, 7883🔥, 0💬
Popular Posts:
How to delete a root CA certificate from Google Chrome 51? I don't know this CA (Certificate Authori...
Certificate summary - Owner: www.va.gov, devices, Dva, Dgov Issuer: Veterans Affairs Device CA B2, P...
How to extract the public key from a EC key file using OpenSSL "pkey" command? If you want to extrac...
Certificate summary - Owner: www.dmoz.org, AOL LLC, L=DULLES, ST=Virgnia, US Issuer: AOL Member CA, ...
How to decode a Public or Private Key and view its content? To help you to decode a Public or Privat...