Configuring Java CAPS for SSL Support

KeyStores and TrustStores

The JSSE makes use of files called KeyStores and TrustStores. The KeyStore is used by the adapter for client authentication, while the TrustStore is used to authenticate a server in SSL authentication.

Both KeyStores and TrustStores are managed by means of a utility called keytool, which is a part of the Java SDK installation.