Skip to main content Skip to complementary content
Close announcements banner

Generating an SSL certificate

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.
    For more information about how to generate a keystore file, see How to generate a keystore file.
  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.

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 – let us know how we can improve!