Generating an SSL certificate - Cloud

Talend Cloud Hybrid Installation Guide

Version
Cloud
Language
English
Operating system
Windows
Product
Talend Cloud
Module
Talend Data Preparation
Talend Data Stewardship
Talend Management Console
Content
Installation and Upgrade
Last publication date
2024-03-25
To configure Talend Data Stewardship to run securely using the Secure Sockets Layer (SSL) protocol, you need to start by generating a trusted signed certificate.

Procedure

  1. Generate an SSL certificate.
  2. As an administrator, import the certificate into your JVM using the command:
    keytool -import -trustcacerts -file <certificate_path> -alias <certificate_name> -keystore "%JAVA_HOME%/jre/lib/security/cacerts".

Results

Talend Data Stewardship only supports the Java Key Store (.jks) format to store keys and certificates.