Configuring SSL for HPSTRA

You can configure the HPSTRA module to communicate with Elasticsearch via SSL by importing the Elasticsearch certificate in the default IBM My webMethods Server truststore softwareag/MWS/server/instanceName/config/security/sagdemoca.jks, or the truststore configured with the javax.net.ssl.*system properties in the custom_wraper.conf file for IBM My webMethods Server.

You can supply a custom keystore or truststore for HPSTRA using the following system properties:

Property Description
hpstra.ssl.keyStoreType
Type of the custom keystore.
hpstra.ssl.trustStoreType
Type of the custom truststore.
hpstra.ssl.keyStore
Location of the custom keystore.
hpstra.ssl.trustStore
Location of the custom truststore.
hpstra.ssl.keyStorePassword
Password for the custom keystore.
hpstra.ssl.trustStorePassword
Password for the custom truststore.