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