• Success
    Manage your Success Plans and Engagements, gain key insights into your implementation journey, and collaborate with your CSMs
    Success
    Accelerate your Purchase to Value engaging with Informatica Architects for Customer Success
    All your Engagements at one place
  • Communities
    A collaborative platform to connect and grow with like-minded Informaticans across the globe
    Communities
    Connect and collaborate with Informatica experts and champions
    Have a question? Start a Discussion and get immediate answers you are looking for
    Customer-organized groups that meet online and in-person. Join today to network, share ideas, and get tips on how to get the most out of Informatica
  • Knowledge Center
    Troubleshooting documents, product guides, how to videos, best practices, and more
    Knowledge Center
    One-stop self-service portal for solutions, FAQs, Whitepapers, How Tos, Videos, and more
    Video channel for step-by-step instructions to use our products, best practices, troubleshooting tips, and much more
    Information library of the latest product documents
    Best practices and use cases from the Implementation team
  • Learn
    Rich resources to help you leverage full capabilities of our products
    Learn
    Role-based training programs for the best ROI
    Get certified on Informatica products. Free, Foundation, or Professional
    Free and unlimited modules based on your expertise level and journey
    Self-guided, intuitive experience platform for outcome-focused product capabilities and use cases
  • Resources
    Library of content to help you leverage the best of Informatica products
    Resources
    Most popular webinars on product architecture, best practices, and more
    Product Availability Matrix statements of Informatica products
    Monthly support newsletter
    Informatica Support Guide and Statements, Quick Start Guides, and Cloud Product Description Schedule
    End of Life statements of Informatica products
Videos Support Videos Enabling SSL for Informatica Cluster Service (ICS) in Informatica
24:23
798 Views | 15 Jun 2022
Add to Favorites
Remove from Favorites

Enabling SSL for Informatica Cluster Service (ICS) in Informatica

This video explains how to enable SSL for Informatica Cluster Service (ICS) in Informatica 10.5.x.

Category – Configuration

References:
Enabling TLS/SSL for Informatica Cluster Service (ICS) in Informatica 10.5.0 or higher versions
https://knowledge.informatica.com/s/article/Enabling-SSL-for-ICS-in-1050-or-later-versions?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}"

Enterprise Data Catalog

Informatica Support 97/133
Back To Top

Success

Link Copied to Clipboard