Key Store and Trust Store properties

Key Store location (bootstrap.keystore.location)

The Key Store location. This should be a URL or reference a file on the classpath.

Default: META-INF/keystore/keystore-default.jks

Key Store Password (bootstrap.keystore.password)

The Key Store Password.

Default: changeit

Key Store Alias (bootstrap.keystore.alias)

The Default Key Store Alias.

Default: KeyStoreBasedX509KeyManagerAlias

Trust Store location (bootstrap.truststore.location)

The Trust Store location. This should be a URL or reference a file on the classpath.

Default: META-INF/keystore/keystore-default.jks

Trust Store Password (bootstrap.truststore.password)

The Trust Store Password.

Default: changeit

Security Protocol (incoming.ssl.context.factory.defaultSecurityProtocol)

The default SSL protocol for incoming connections. With IBM stacks this should usually be set to 'SSL' or 'SSL_TLS'.

Default: TLS

Security Provider (incoming.ssl.context.factory.provider)

The provider to in SSLContext creation for incoming connections. Empty by default.

Security Protocol (outgoing.ssl.context.factory.defaultSecurityProtocol)

The default SSL protocol for outgoing connections. With IBM stacks this should usually be set to 'SSL' or 'SSL_TLS'.

Default: TLS

Security Provider (outgoing.ssl.context.factory.provider)

The provider to in SSLContext creation for outgoing connections. Empty by default.