sslTrustStorePassword IBM data server driver configuration keyword (for the IBM Data Server Driver for JDBC and SQLJ)

sslTrustStorePassword specifies the password for the Java truststore on the client that contains the server certificate for an SSL connection.

Attention: This keyword is available in Db2 11.5.8 and later versions.
Equivalent IBM® Data Server Driver for JDBC and SQLJ property
sslTrustStorePassword
IBM data server driver configuration file (db2dsdriver.cfg) syntax
<parameter name="sslTrustStorePassword" value="truststore-password"/>
Default setting:
The sslTrustStorePassword value is provided by IBM Data Server Driver for JDBC and SQLJ configuration property db2.jcc.sslTrustStorePassword, if db2.jcc.sslTrustStorePassword is set. Otherwise, the default value is null.
Usage notes:
For additional information, see the description of sslTrustStorePassword in Common IBM Data Server Driver for JDBC and SQLJ properties for all supported database products.