Categories:
Android (13)
Apple Mac (29)
DH Keys (39)
DSA Keys (69)
EC Keys (551)
Firefox (31)
General (12)
Google Chrome (25)
Intermediate CA (152)
Java VM (33)
JDK Keytool (28)
Microsoft CertUtil (29)
Microsoft Edge (9)
Mozilla CertUtil (22)
OpenSSL (237)
Other (7)
Portecle (38)
Publishers (2674)
Revoked Certificates (30)
Root CA (89)
RSA Keys (2213)
Tools (46)
Tutorial (3)
What Is (22)
Windows (129)
Collections:
Other Resources:
Mozilla "certutil -A -i" - Add Root CA Certificate to cert8.db
How to add a root CA certificate into "cert8.db" file using Mozilla "certutil" tool? I have exported a root CA certificate file in PEM format
✍: FYIcenter.com
If you want to add a root CA certificate into a "cert8.db" file from a certificate file,
you can use the Mozilla "certutil -A -i" command
as shown in this tutorial:
1. Run Firefox and start the certificate manager.
2. Click "Authorities", find "GeoTrust Global CA" and export it into "GeoTrust_CA.pem".
3. Run Mozilla "certutil" command below to import in your own cert8.db file:
C:\fyicerter>\fyicerter\nss\bin\certutil -A -d .\ -i GeoTrust_CA.pem -n "GeoTrust Global CA" -t "C,," C:\fyicerter>\fyicerter\nss\bin\certutil -L -d .\ GeoTrust SSL CA ,, GeoTrust Global CA C,,
What you are getting from this tutorial:
⇒ Mozilla "certutil -V" Command Options
⇐ Mozilla "certutil -A -i" - Add Certificate to cert8.db File
2016-06-27, 43433👍, 2💬
Popular Posts:
How to export a Root CA certificate from IE? I want to save a copy before removing the certificate. ...
Certificate summary - Owner: Cybertrust Japan Public CA G1, "Cybertrust Japan Co., Ltd.", JP Issuer:...
Certificate Summary: Subject: GTS CA 1C3 Issuer: GTS Root R1 Expiration: 2027-09-30 00:00:42 UTC Key...
Certificate Summary: Subject: VeriSign Class 3 Extended Validation SSL CA Issuer: VeriSign Class 3 P...
How to export all certificates in the server certificate path to a file in Firefox? To export all ce...