Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (70)
EC Keys (976)
Firefox (30)
General (10)
Google Chrome (25)
Intermediate CA (152)
Java VM (29)
JDK Keytool (28)
Microsoft CertUtil (29)
Microsoft Edge (9)
Mozilla CertUtil (21)
OpenSSL (236)
Other (7)
Portecle (38)
Publishers (3313)
Revoked Certificates (16)
Root CA (85)
RSA Keys (2662)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
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, 45773👍, 2💬
Popular Posts:
Where to find tutorials on using certificate manager console "certmgr.msc" on Windows? Here is a col...
Certificate Summary: Subject: www.hatena.ne.jp Issuer: Cybertrust Japan Public CA G1 Expiration: 201...
How to extract the public key from a CSR using OpenSSL "req -pubkey" command? If you want to extract...
Certificate Summary: Subject: login.yahoo.com Issuer: DigiCert High Assurance CA-3 Expiration: 2014-...
How to create a new system certificate store using the "makecert.exe" command? Yes, "makecert.exe" c...