SSLClientKeystoreDBPassword IBM data server driver configuration keyword

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

Equivalent CLI keyword
SSLClientKeystoreDBPassword
Equivalent IBM® data server provider for .NET connection string keyword
SSLClientKeystoreDBPassword
IBM data server driver configuration file (db2dsdriver.cfg) syntax
<parameter name="SSLClientKeystoreDBPassword" value="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 or the SecurityTransportMode IBM data server driver configuration keyword. The SSLClientKeystoreDBPassword keyword can be used to specify the keystore database password, where a keystore database is repository of security certificates.

The SSLClientKeystash and SSLClientKeyStoreDBPassword keywords are mutually exclusive.

You can set the scope of the SSLClientKeyStoreDBPassword keyword with the placement of the SSLClientKeyStoreDBPassword keyword in the IBM data server driver configuration file:
  • For a global effect, set the SSLClientKeyStoreDBPassword keyword in the <parameters> section of the IBM data server driver configuration file.
  • For an effect on a specific database, set the SSLClientKeyStoreDBPassword keyword in the <database> section of the IBM data server driver configuration file.
  • For an effect on a specific data source name (DSN), set the SSLClientKeyStoreDBPassword keyword in the <dsn> section of the IBM data server driver configuration file.

The value of the SSLClientKeystoreDBPassword keyword is ignored if the SSLClientKeystoredb keyword is not set.