You can secure the IPIC connection from the JCA remote
ECI resource adapter to
CICS®
by
using SSL.
About this task
Complete the following steps to configure a secure SSL
connection.
Completing this setup provides SSL with trusted
Certificates exported from both
MVS
and
the local client. An
MVS
user
ID and password are also required for authentication.
Procedure
-
Set up a
CICS
RACF®
environment.
-
Set up the client security.
-
Configure the client authentication.
-
Configure the IPIC connection on
CICS.
-
Modify your server.xml to use the local KeyRingClass
that was created in Step 2 and send your user ID and password.
<connectionFactory id="com.ibm.cics.wlp.jca.local.eci"
jndiName="eis/ECI">
<properties.com.ibm.cics.wlp.jca.remote.eci
serverName="ssl://hostname:port"
keyRingClass="C:\Users\IBM_ADMIN\Documents\CICS\JCA\ctgclientkeyring.jks"
keyRingPassword="password"
userName="user_ID"
password="*******"
applid="JCASSL"
applidQualifier="ABCDEFGH"
/>
</connectionFactory>
Results
The JCA remote ECI resource adapter secures requests to CICS by using SSL and the key ring, user ID, and password that are specified in server.xml.