EAServer includes SSL support, using the JDK’s built-in keystore and keytool commands to manage the certificates and keys in the key store (both on EAServer and for Java clients). The keytool executable is located in the jdk/jdk1.4/bin subdirectory of your EAServer installation. You can list the installed keys using the keytool command with the -storetype option set to “pkcs12”:
keytool -list -storetype pkcs12
For information about all of the keytool commands, enter:
keytool -help
For more information, see the Sun keytool command page.