Securing connections for Talend Identity and Access Management
Use SSL with self-signed certificate to connect to Talend Identity and Access Management.
Procedure
Place your JKS file to the <installation_path>/config
folder.
Open the <installation_path>/start.bat file to edit
it.
Add the following settings.
set SERVER_SSL_KEYSTORE=<absolute_path_to_your_jks_file> (for example: C:/keysotre/server.jks)
set SERVER_SSL_KEYSTOREPASSWORD=<secret>
set SERVER_SSL_KEYPASSWORD=<secret>
Optional: If you installed Talend Identity and Access Management as
a system service, see this procedure to
make additional configuration changes to ensure the keystore settings take
effect.
Open the <installation_path>/config/iam.properties file
and change the URL below from http to https:
Optional: If you have enabled SSL connection for Talend Administration Center, in <installation_path>/config/iam.properties,
change the following URL from http to
https:
Retrieve the Talend Administration Center certificate, or its Certificate Authority, and add it to the Talend Identity and Access Management truststore using the following command:
Optional: If your Talend Administration Center
is using self-signed certificates for SSL, as described in Configure TLS/SSL in Talend Administration Center, add the
truststore configuration of your Talend Identity and Access Management
to the Arguments: field.
Go to the Application tab.
Example
In the Arguments: field, add the following
values:
Ensure to add these values in the middle of the
string, before -jar <jar name>. The system interprets strings after
-jar <jar name> as command-line parameters to the Java main
function.
Information noteWarning:
Ensure that you have added the Talend Administration Center's
certificate to the Talend Identity and Access Management
truststore.