How to Create Keystore and Truststore Files for Secure Communication in the Informatica Domain

How to Create Keystore and Truststore Files for Secure Communication in the Informatica Domain

Importing Certificates from the Truststore

Importing Certificates from the Truststore

Export certificates from the truststore and import in a web browser.
  1. In Informatica domain, navigate to the INFA_TRUSTSTORE location.
  2. Enlist the certificates stored in the
    infa_truststore.jks
    file using the keytool command.
    For example,
    keytool -list -keystore <INFA truststore JKS file location> -storepass "<Truststore password>"
  3. Export the certificate to the INFA home location using the keytool command.
    For example,
    keytool -export -keystore /<INFA truststore JKS file location> -storepass "<Truststore password>" -alias "<Certificate alias name>" -file <INFA home location>
  4. In web browser, navigate to
    Settings
    Security
    Manage Certificate
    Trusted Root Certification Authorities
    .
  5. Import the exported certificate file.

0 COMMENTS

We’d like to hear from you!