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 -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 9 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:
2016-06-27, 38024👍, 2💬
Popular Posts:
How to validate a certificate saved in a certificate file with Microsoft "certutil" tool? If you wan...
How to view Java user-level trusted certificates using Java Control Panel? To view Java user-level t...
Certificate Summary: Subject: StartCom Certification Authority Issuer: StartCom Certification Author...
How can I use Microsoft "certutil -delstore" command? What are command options supported by "certuti...
How to specify the root CA certificates that close the signing chain for the server certificate for ...