If you import the certificate into a custom truststore file, you must save the truststore file in a different directory than the directory containing the default Informatica truststore file. The truststore file name must be
infa_truststore.jks
.
Use the Java keytool key and certificate management utility to import the certificate into the truststore file on each gateway node.
Copy the certificate files to a local folder on a gateway node within the Informatica domain.
From the command line, go to the location of the keytool utility on the node:
<Informatica installation directory>\java\jre\bin
From the command line, run the following command:
keytool -importcert -alias <certificate alias name> -file <certificate path>\<certificate filename> -keystore <path to infa_truststore.jks> -storepass <keystore password>