SSLClientKeystoreDBPassword CLI/ODBC configuration keyword

Specifies the password for the keystore database when the Secure Socket Layer (SSL) protocol is specified with or without the CERTIFICATE authentication.

db2cli.ini keyword syntax:
SSLClientKeystoreDBPassword = <password>
Default setting:
None.
Usage notes:
The SSLClientKeystoreDBPassword keyword is only available for use with the SSL protocol when the SSLClientKeystoredb keyword is specified. The SSL protocol can be set by specifying the SSL value for the security CLI keyword. The SSLClientKeystoreDBPassword keyword can be used to specify the keystore database password, where a keystore database is repository of security certificates. The SSLClientKeystoreDBPassword keyword can be set in the data source section ([data source]) of the db2cli.ini file, or in a connection string.

The SSLClientKeyStoreDBPassword and SSLClientKeystash keywords are mutually exclusive. If the SSL protocol (security=SSL) is specified with the SSLClientKeystoredb keyword, you must specify either the SSLClientKeystoreDBPassword or SSLClientKeystash keyword in the connection string, the CLI configuration file (db2cli.ini), or in the IBM® data server driver configuration file (db2dsdriver.cfg).

The value of the SSLClientKeystoreDBPassword keyword is ignored if the SSLClientKeystoredb keyword is not set and the CLI driver uses the internally generated unique default in-memory keystore database. The in-memory keystore database functionality is available from GSKit 8.0.50.51 onwards.