How to generate a keystore file - 7.3

Talend Installation Guide

Version
7.3
Language
English
Operating system
Linux
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30
Available in...

Data Fabric

MDM Platform

Procedure

  1. Open a terminal.
  2. Run the following command to generate a new file named .keystore in your home directory.
    "%JAVA_HOME%/bin/keytool" -genkey -alias tomcat -keyalg RSA
    Note: If you want to specify a different location or file name, add the -keystore parameter to the command. For example, you can add -keystore talendmdm.keystore to the command to generate a keystore file named talendmdm.keystore.
  3. Enter the keystore password as prompted, and then enter the password again to confirm it. By default, it is changeit.
  4. Enter the general information about this Certificate, such as the organization name or the city. Make sure that the information you entered matches the information expected by users who attempt to access a secure page in your application.
  5. Enter the key password as prompted, which is the password specifically for this Certificate.
    Warning: You are recommended to use the same password for the keystore file and the key.
  6. Go to your home directory and verify that a .keystore file is newly generated.