sslKeyStoreLocation IBM data server driver configuration keyword (for IBM Data Server Driver for JDBC and SQLJ)
sslKeyStoreLocation specifies the location of the Java keystore on the client that contains the client 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
- sslKeyStoreLocation
- IBM data server driver configuration file (db2dsdriver.cfg) syntax
<parameter name="sslKeyStoreLocation" value="path-to-keystore"/>
- Default setting:
- The sslKeyStoreLocation value is provided by IBM Data Server Driver for JDBC and SQLJ configuration property db2.jcc.sslKeyStoreLocation, if db2.jcc.sslKeyStoreLocation is set. Otherwise, the default value is null.
- Usage notes:
- For additional information, see the description of sslKeyStoreLocation in IBM Data Server Driver for JDBC and SQLJ properties for Db2 for z/OS.