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:
Java Control Panel - Keystore Files
What keystore files are used to hold certificates managed by Java Control Panel? I want to manage them directly using the "keytool" command?
✍: FYIcenter.com
From each user point of view, there are
2 Java certificate keystore files on a Windows computer:
1. System-Level Signer CA Certificates Keystore:
Location: "\Program Files\java\jre7\lib\security\cacerts" Password: "changeit" Contents: All signer CA certificates known at the time of Java release
2. User-Level Trusted Certificates Keystore
Location: "\Users\xyz\AppData\LocalLow\sun\Java\Deployment\security\trusted.certs" Password: "" Contents: Empty by default
You can manage both keystore files either with "Java Control Panel" interface, or with "keytool" commands.
⇐ Java Control Panel - Export Certificate
2012-07-22, 9802👍, 0💬
Popular Posts:
How to generate a pair of DSA Private Key and Public Key? To help you to generate a pair of DSA Priv...
How can I use Mozilla "certutil -A" command? What are command options supported by "certutil -A"? Th...
How to download Portecle and install it for Windows or Linux? If you want to use Portecle to generat...
What is an Internet security certificate? What is a public key certificate? What is an X.509 certifi...
What is ASN.1 OBJECT IDENTIFIER field type? How to specify OBJECT IDENTIFIER field type in OpenSSL "...