After installing and configuring the Micro Focus CICS resource adapter, including enabling TLS, you can perform further configuration to establish secure communication between the resource adapter and Enterprise Server. To do this, generate a Java keystore that includes Enterprise Server trusted certificates that can be used by CICS resource adapter programs; then import your trusted root certificate into the keystore.
For complete instructions, see either the WebSphere or Java version of the CICS Resource Adapter Configuration topic listed under Related reference below.
To generate a keystore:
keytool -genkey -alias esServer -keyalg RSA -keystore estrustStore.jks
To import the trusted root certificate you set the trusted root certificate to verify the certificate provided by Enterprise Server.
keytool -import -alias esrootcert -file CARootcert.pem -keystore estrustStore.jks
See Secure Communications (TLS/SSL) for more information on Enterprise Server and CA certificates. Micro Focus also provide a demonstration CA you can use to test your TLS connections. See Using the Demonstration Certificate Authority for more information.
Micro Focus recommends that you review the additional topics listed below.