tSetKeystore Standard properties - Cloud - 8.0

Keystore

Version
Cloud
8.0
Language
English
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 Studio
Content
Data Governance > Third-party systems > Authentication components > Keystore components
Data Quality and Preparation > Third-party systems > Authentication components > Keystore components
Design and Development > Third-party systems > Authentication components > Keystore components
Last publication date
2024-02-20

These properties are used to configure tSetKeystore running in the Standard Job framework.

The Standard tSetKeystore component belongs to the Internet family.

The component in this framework is available in all Talend products.

Basic settings

Set TrustStore Select this option to set the truststore.
Note: This option is available only when you have installed the 8.0.1-R2023-06 Talend Studio Monthly update or a later one delivered by Talend. For more information, check with your administrator.
Set KeyStore Select this option to set the keystore.
Note: This option is available only when you have installed the 8.0.1-R2023-06 Talend Studio Monthly update or a later one delivered by Talend. For more information, check with your administrator.
Both Select this option to set both the truststore and keystore.
Note: This option is available only when you have installed the 8.0.1-R2023-06 Talend Studio Monthly update or a later one delivered by Talend. For more information, check with your administrator.

TrustStore type

Select the type of the truststore to be used: PKCS 12 or JKS.

This option is available when you select the Set TrustStore option or the Both option.

TrustStore file

Type in the path, or browse to the certificate truststore file (including filename) that contains the list of certificates that the client trusts.

This option is available when you select the Set TrustStore option or the Both option.

TrustStore password

Type in the password used to check the integrity of the truststore data.

This option is available when you select the Set TrustStore option or the Both option.

KeyStore type Select the type of the keystore to be used: PKCS 12 or JKS.

This option is available when you select the Set KeyStore option or Both option.

KeyStore file Select the type of the keystore to be used: PKCS 12 or JKS.

This option is available when you select the Set KeyStore option or Both option.

KeyStore password Type in the password for this keystore.

This option is available when you select the Set KeyStore option or Both option.

Check server identity

Select this check box to make the Job verify the match between the hostname of the URL and the hostname of the server. If they mismatch, the verification mechanism asks whether this connection should be allowed.

Use SSLContext Select this option to have the component constructing the SSLContext and setting the default SSLContext for the current JVM. With this option selected, the component operates in the following way to construct the SSLContext.
  1. Loading the default JRE truststore by loading the {java-home}/lib/security/jssecacerts file. If the file does not exist, the file {java-home}/lib/security/cacerts will be loaded.
  2. Loading the operating system truststore.
  3. Loading the truststore/keystore specified in the component.
The SSLContext constructed will be used by the subsequent components or third-party libraries that support SSLContext. The following lists the third-party libraries that support the default Java SSLContext.
  • javax.net.ssl.HttpsURLConnection
  • apache httpclient 4
  • apache httpclient 5
  • cxf httpclient
  • jetty httpclient
In Talend Studio, the components that support SSLContext include (but not limited to) tHTTPClient, tHttpRequest.
Note: This option is available only when you have installed the 8.0.1-R2023-06 Talend Studio Monthly update or a later one delivered by Talend. For more information, check with your administrator.

Advanced settings

tStatCatcher Statistics

Select this check box to gather the Job processing metadata at a Job level as well as at each component level.

Global Variables

Global Variables

ERROR_MESSAGE: the error message generated by the component when an error occurs. This is an After variable and it returns a string. This variable functions only if the Die on error check box is cleared, if the component has this check box.

A Flow variable functions during the execution of a component while an After variable functions after the execution of the component.

To fill up a field or expression with a variable, press Ctrl+Space to access the variable list and choose the variable to use from it.

For more information about variables, see Using contexts and variables.

Usage

Usage rule

This component is used standalone.

Connections

Outgoing links (from this component to another):

Trigger: Run if; On Subjob Ok, On Subjob Error, On Component Ok; On Component Error.

Incoming links (from one component to this one):

Trigger: Run if, On Subjob Ok, On Component Ok, On Component Error.

For further information regarding connections, see Using connections in a Job.

Limitation

n/a.