sslTrustStoreLocation IBM data server driver configuration keyword (for IBM Data Server Driver for JDBC and SQLJ)
sslTrustStoreLocation specifies the location of 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
- sslTrustStoreLocation
- IBM data server driver configuration file (db2dsdriver.cfg) syntax
<parameter name="sslTrustStoreLocation" value="path-to-truststore"/>
- Default setting:
- The sslTrustStoreLocation value is provided by IBM Data Server Driver for JDBC and SQLJ configuration property db2.jcc.sslTrustStoreLocation, if db2.jcc.sslTrustStoreLocation is set. Otherwise, the default value is null.
- Usage notes:
- For additional information, see the description of sslTrustStoreLocation in Common IBM Data Server Driver for JDBC and SQLJ properties for all supported database products.