Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (69)
EC Keys (604)
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 (2752)
Revoked Certificates (30)
Root CA (89)
RSA Keys (2266)
Tools (46)
Tutorial (3)
What Is (22)
Windows (129)
Collections:
Other Resources:
Create Keystore in JKS Format with Portecle
How to a keystore file in JKS (Java KeyStore) format with Portecle? I want to use it to store certificates for my Java applications.
✍: FYIcenter.com
If you want to create a keystore file in JKS format and you are tired
of using the JDK keytool commands, you can try the Portecle GUI tool.
1. Run Portecle.
2. Click File > New Keystore in the menu.
3. Select "JKS" as the keystore type and click OK You have an empty JKS keystore created in Portecle.
4. Click File > Save Keystore as... in the menu. You see "Set Keystore Password" box showing up.
5. Enter "FYIcenter" as the password and click OK
6. Enter "FYIcenter.jks" as the file name and click Save You have an empty JKS keystore file created.
2015-10-12, 8405👍, 0💬
Popular Posts:
What Is Microsoft CertUtil? Microsoft CertUtil is a command-line program that is installed as part o...
How to import a my certificate signed by a CA back to my private key and public key entry in my keys...
How to view the server certificate using the OpenSSL "s_client -connect" command? You can get the se...
Certificate Summary: Subject: VeriSign, Inc., VeriSign International Server CA - Class ... Issuer: C...
How to validate a certificate saved in a certificate file with Microsoft "certutil" tool? If you wan...