TrustStorePassword
- Last Updated: March 6, 2025
- 1 minute read
- Hybrid Data Pipeline
- Version 4.6
- Documentation
Description
Specifies the password that is used to access the truststore file when SSL is
enabled (EncryptionMethod=SSL) and server authentication is used.
The truststore file contains a list of the Certificate Authorities (CAs) that the
client trusts.
This property is ignored if ValidateServerCertificate=false.
Valid values
stringwhere:
- string
- is a valid password for the truststore file.
Notes
- This value overrides the password of the truststore file that is specified by the javax.net.ssl.trustStorePassword Java system property. If this property is not specified, the truststore password is specified by the javax.net.ssl.trustStorePassword Java system property.
- This property is ignored if ValidateServerCertificate=
false.
Default
None
Data type
String
See also
Using data encryption