SSL configuration - Cloud - 8.0

Talend ESB Container Administration Guide

Version
Cloud
8.0
Language
English
Product
Talend Cloud
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend ESB
Talend Runtime
Content
Administration and Monitoring
Design and Development
Installation and Upgrade
Last publication date
2024-03-13

To encrypt the communication and secure the identification of a server, you can use a HTTPS protocol. HTTPS is based on SSL, which supports the encryption of messages sent via HTTP.

To secure a communication, HTTPS uses key pairs containing one public key and one private key. Data is encrypted with one key and can only be decrypted with the other key of the key pair. This establishes trust and privacy in message transfers.

To enable the HTTPS protocol for Talend Runtime Container, you need to configure its private key in the org.ops4j.pax.web.cfg.

Property

Default

Description

org.ops4j.pax.web.ssl.keystore  

Path to the keystore file. See https://ops4j1.jira.com/wiki/spaces/paxweb/pages/12059277/SSL+Configuration for details.

org.ops4j.pax.web.ssl.keystore.type JKS

This property specifies the keystore type. By default, the value is JKS.

org.ops4j.pax.web.ssl.password  

Password used for keystore integrity check.

org.ops4j.pax.web.ssl.keypassword  

Password used for keystore.