Providing your own keystore

You can provide your own keystore for SSL negotiation.

About this task

Configurations that enforce SSL use the default keystore from the JVM runtime of the application server. You can provide your own keystore to be used for SSL negotiation. For an example of how to generate a keystore, see Generating a truststore for the BPM event emitter.

Procedure

Add the following properties to the .properties file that is passed to the EnableBAI.py configuration script.
keyStore
The full path to your keystore.
keyStore.password
The password to the keystore.
keyPassword
The password to access the client key that is stored in the keystore.