Videos Support Videos Update SSL Certificates for Informatica Web Applications and Services
15:14
2262 Views | 15 Jun 2022
Add to Favorites
Remove from Favorites

Update SSL Certificates for Informatica Web Applications and Services

This video explains how to update SSL certificates for Informatica web applications like Administrator UI, Analyst UI, catalog UI and domain services like ICS, DIS, CMS.

Category – Configuration

References:
Configure HTTPS for the Administrator Console
https://knowledge.informatica.com/s/article/111527?language=en_US

To update the certificate used by Admin console run this command
$INFA_HOME/isp/bin/infasetup.sh updateGatewayNode -dn D_New_Jersey -KeystoreFile ${KEYSTORE_FILE_LOC}/infa_keystore.jks -HttpsPort 8443 -KeystorePass "${KEYSTORE_PASSWORD}"

To Update the Gateway Node configuration to use the updated Keystore/Truststore file
$INFA_HOME/isp/bin/infasetup.sh UpdateGatewayNode -tls TRUE -nk ${KEYSTORE_TRUSTSORE_FILE_LOC} -nkp "${KEYSTORE_PASSWORD}" -nt ${KEYSTORE_TRUSTSORE_FILE_LOC} -ntp "${TRUSTSTORE_PASSWORD}"

Update the Worker Node configuration to use the updated Keystore/Truststore file
$INFA_HOME/isp/bin/infasetup.sh UpdateWorkerNode -tls TRUE -nk ${KEYSTORE_TRUSTSORE_FILE_LOC} -nkp "${KEYSTORE_PASSWORD}" -nt ${KEYSTORE_TRUSTSORE_FILE_LOC} -ntp "${TRUSTSTORE_PASSWORD}"

Back To Top

Success

Link Copied to Clipboard