Categories:
DH Keys (39)
DSA Keys (71)
EC Keys (281)
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 (1786)
Revoked Certificates (30)
Root CA (87)
RSA Keys (2036)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
System and User Level Keystore Files on Windows 7
Where is the user-level Java trusted keystore file on Windows? I know the system-level java trusted keystore file is at "\Program Files\java\jre7\lib\security\cacerts".
✍: FYIcenter.com
When Java SE 7 is installed on a Windows system, it maintains 3 trusted certificate keystore files:
1. System-Level Signer CA Keystore:
Location: "\Program Files\java\jre7\lib\security\cacerts" Password: "changeit" Contents: All signer CA certificates known at the time of Java release
2. System-Level Secure Site CA Keystore:
Location: "\Program Files\java\jre7\lib\security\jssecacerts" Password: "changeit" Contents: Empty by default.
3. User-Level Certificate Keystore\
Location: "\Users\xyz\AppData\LocalLow\sun\Java\Deployment\security\trusted.certs" Password: "" Contents: Empty by default
2012-07-21, 18208👍, 0💬
Popular Posts:
Certificate summary - Owner: Thawte SSL CA, "Thawte, Inc.", US Issuer: thawte Primary Root CA, "(c) ...
How to view certificate details using Java Control Panel? To view detailed information of certificat...
Certificate Summary: Subject: VeriSign, Inc., VeriSign International Server CA - Class ... Issuer: C...
Certificate summary - Owner: Google Internet Authority, Google Inc, US Issuer: Equifax Secure Certif...
How to view the ASN.1 structure of an DSA public key using the OpenSSL "asn1parse" command? You can ...