Categories:
Android (13)
Apple Mac (29)
DH Keys (39)
DSA Keys (69)
EC Keys (551)
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 (2674)
Revoked Certificates (30)
Root CA (89)
RSA Keys (2213)
Tools (46)
Tutorial (3)
What Is (22)
Windows (129)
Collections:
Other Resources:
Password for "trusted.certs" - Java User Keystore
What is the default password for the Java user-level trusted certificate keystore: "trusted.certs"? I want to open it with "keytool" commands.
✍: FYIcenter.com
The default password for the Java user-level trusted certificate
keystore "trusted.certs" is blank: "".
Try the following "keytool" command:
C:\Users\fyicenter>"\Program Files\java\jre7\bin\keytool" -list -storepass "" -keystore \Users\fyicenter\AppData\LocalLow\Sun\Java\Deployment\security\trusted.certs Keystore type: JKS Keystore provider: SUN Your keystore contains 2 entries my_cert, Jul 15, 2012, trustedCertEntry, Certificate fingerprint (SHA1): 84:BB:46:36:12:75:9F:7C:02:BF:3B:D1:FA:83:74:4C: 58:2D:5D:81 deploymentusercert-5585756856320897593, Jul 15, 2012, trustedCertEntry, Certificate fingerprint (SHA1): 9C:53:B1:A4:16:F9:58:79:1B:DA:D0:28:A9:FA:5D:65: 4C:5F:81:52
Note that the last entry in "trusted.certs" keystore file is the "www.facebook.com" certificate I imported earlier using "Java Control Panel".
⇒ JCE Unlimited Strength Jurisdiction Policy Files
⇐ System and User Level Keystore Files on Windows
2021-06-11, 30987👍, 6💬
Popular Posts:
Why I am getting the "variable lookup failed for ca::serial" error when running OpenSSL "ca" command...
How to view Java system-level signer CA certificates using Java Control Panel? To view Java system-l...
Where to find tutorials on using OpenSSL "ans1parse" command? Here is a collection of tutorials on u...
Certificate summary - Owner: GlobalSign Organization Validation CA, GlobalSign, Organization Validat...
How to see the list of root CA certificates used by Firefox? To see the list of root CA (Certificate...