| Author |
Java Keystore
|
Drew Lane
Ranch Hand
Joined: May 13, 2001
Posts: 296
|
|
How do I generate a new .keystore file in my home directory?
I'm afraid I may have messed it up trying to import a certificate.
What should the .keystore file contain?
Thanks,
Drew
|
 |
Dejan Mratinkovic
Ranch Hand
Joined: Nov 20, 2008
Posts: 65
|
|
Hi,
Use keytool.
Please check http://java.sun.com/javase/6/docs/technotes/tools/solaris/keytool.html
Key store can contain certificates and keys.
|
 |
 |
|
|
subject: Java Keystore
|
|
|