Key Store and Trust Store properties
The Key Store location. This should be a URL or reference a file on the classpath.
Default: META-INF/keystore/keystore-default.jks
The Key Store Password.
Default: changeit
The Default Key Store Alias.
Default: KeyStoreBasedX509KeyManagerAlias
The Trust Store location. This should be a URL or reference a file on the classpath.
Default: META-INF/keystore/keystore-default.jks
The Trust Store Password.
Default: changeit
The default SSL protocol for incoming connections. With IBM stacks this should usually be set to 'SSL' or 'SSL_TLS'.
Default: TLS
The provider to in SSLContext creation for incoming connections. Empty by default.
The default SSL protocol for outgoing connections. With IBM stacks this should usually be set to 'SSL' or 'SSL_TLS'.
Default: TLS
The provider to in SSLContext creation for outgoing connections. Empty by default.