Collections:
Other Resources:
Mozilla "certutil -L -n -r" - Export Certificate in DER Format
How to export a certificate from a cert8.db file to a certificate file in DER binary format?
✍: FYIcenter.com
If you want to export a certificate from the "cert8.db" file created by Firefox
into a certificate file in DER binary format,
you can use the Mozilla "certutil -L -n -r" command
as shown in this tutorial:
C:\fyicerter>\fyicerter\nss\bin\certutil -L -d C:\Users\fyicenter\AppData]Roaming\Mozilla\Firefox\Profiles\xxxx.default -n "GeoTrust SSL CA" -r > GeoTrust.crt
To verify the certificate file, double click on "GeoTrust.crt". You see the Windows certificate viewer showing up the general information about this certificate.
⇒ Mozilla "certutil -N" - Create New cert8.db File
⇐ Mozilla "certutil -L -n -a" - Export Certificate in PEM Format
2012-08-01, ∼7983🔥, 0💬
Popular Posts:
Certificate summary - Owner: Google Internet Authority G2, Google Inc, US Issuer: GeoTrust Global CA...
How to print out MD5 and SHA-1 fingerprints of a certificate using OpenSSL "x509" command? I need to...
What are certificate file formats supported on Windows? Are PKCS#12, PKCS#7, DER are PEM are valid c...
How to read information on the General tab of View Page Info in Mozilla Firefox 47? What is the mean...
How to generate a new RSA key pair with a longer key size using OpenSSL "genpkey" command? If you ne...