Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (69)
EC Keys (571)
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 (2694)
Revoked Certificates (30)
Root CA (89)
RSA Keys (2223)
Tools (46)
Tutorial (3)
What Is (22)
Windows (129)
Collections:
Other Resources:
Mozilla "certutil -A" Command Options
How can I use Mozilla "certutil -A" command? What are command options supported by "certutil -A"? The document says "Add a certificate to the database".
✍: FYIcenter.com
Mozilla "certutil -A" command can be used to import a certificate into the "cert8.db" file.
Here are options supported by the "certutil -A" command:
-A Add a certificate to the database (create if needed) -n cert-name Specify the nickname of the certificate to add -t trustargs Set the certificate trust attributes: p valid peer P trusted peer (implies p) c valid CA T trusted CA to issue client certs (implies c) C trusted CA to issue server certs (implies c) u user cert w send warning g make step-up cert -f pwfile Specify the password file -d certdir Cert database directory (default is ~/.netscape) -P dbprefix Cert & Key database prefix -a The input certificate is encoded in ASCII (RFC1113) -i input Specify the certificate file (default is stdin)
⇒ Mozilla "certutil -A -i" - Add Certificate to cert8.db File
⇐ Mozilla "certutil -N" - Create New cert8.db File
2012-12-09, 6690👍, 0💬
Popular Posts:
Can I sign my own CSR with a given serial number using the OpenSSL "req -x509" command? Yes, you can...
How to view personal certificate using "certmgr.msc"? I have imported it in the Personal certificate...
Certificate summary - Owner: WebSpace-Forum Server CA, "WebSpace-Forum, Thomas Wendt", DE Issuer: UT...
What are certificate file formats supported on Windows? Are PKCS#12, PKCS#7, DER are PEM are valid c...
What options are supported by the "keytool -printcertreq" command? Java Keytool can be used to print...