Skip to main content Skip to complementary content

Securing connections for Talend Identity and Access Management

Use SSL with self-signed certificate to connect to Talend Identity and Access Management.

Procedure

  1. Put your JKS file to the <installation_path>/config folder.
  2. Open the <installation_path>/start.bat file to edit it.
  3. Add the following lines.
    set SERVER_SSL_KEYSTORE=classpath:<your_jks_file> (for example: server.jks)
    set SERVER_SSL_KEYSTOREPASSWORD=<secret>
    set SERVER_SSL_KEYPASSWORD=<secret>
  4. Open the <installation_path>\config\iam.properties file and change the below URL from http to https:
    iam.url=https://${iam.host}:<port>
  5. Restart Talend Identity and Access Management.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!