Configuring One-way SSL between Administrator Agent and Processing Unit Instance
To enable one-way SSL authentication, configure SSL properties in the BusinessEvents Enterprise Administrator Agent as well as BusinessEvents processing unit instances.
Procedure
BusinessEvents Enterprise Administrator Agent side SSL configuration
Add the following properties to the
be-teagent.tra file:
java.property.javax.net.ssl.trustStore=<location of the truststore file>
java.property.javax.net.ssl.trustStorePassword=<password of the truststore file>
Note: Ensure that all BusinessEvents instances public certificates are stored in a single trust store.
To do this, you can also use the keytool utility as follows: