Importing IMS Connect server certificate into the SOAP Gateway truststore

To enable SOAP Gateway to trust the SSL server, IMS Connect, you must import the IMS Connect certificate into the SOAP Gateway truststore.

Import the IMS Connect certificate (imsconn.cer in this example).
The following example shows how to use the keytool utility to import an IMS Connect certificate into the SOAP Gateway truststore.
keytool -import -v -trustcacerts -alias icon 
-file "/path/to/imsconn.cer" 
-keystore "/path/to/server.truststore.ks" 
-keypass password -storepass password