Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (71)
EC Keys (1854)
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 (5380)
Revoked Certificates (16)
Root CA (85)
RSA Keys (4393)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
Collections:
Other Resources:
Mozilla "certutil -A -i" - Add Certificate to cert8.db File
How to add a certificate into "cert8.db" file using Mozilla "certutil" tool? I have a certificate file in PEM format
✍: FYIcenter.com
If you want to add a certificate into a "cert8.db" file from a certificate file,
you can use the Mozilla "certutil -A -i" command
as shown in this tutorial:
C:\fyicerter>\fyicerter\nss\bin\certutil -A -d .\ -i GeoTrust.pem -n "GeoTrust SSL CA" -t ",," C:\fyicerter>\fyicerter\nss\bin\certutil -L -d .\ GeoTrust SSL CA ,,
What you are getting from this tutorial:
⇒ Mozilla "certutil -A -i" - Add Root CA Certificate to cert8.db
⇐ Mozilla "certutil -A" Command Options
2012-08-01, 13067👍, 0💬
Popular Posts:
What options are supported by the "keytool -printcert" command? Java Keytool can be used to printout...
How to view the ASN.1 structure of an DH public key using the OpenSSL "asn1parse" command? You can u...
How to convert a certificate file in PEM (Privacy Enhanced Mail) format to DER (Distinguished Encodi...
Why I am getting the "variable lookup failed for ca::database" error when running OpenSSL "ca" comma...
What can I use OpenSSL "ca" command for? What are options supported by the "ca" command? OpenSSL "ca...