Keystore Password
- Last Updated: July 30, 2025
- 1 minute read
- DataDirect Connectors
- ODBC
- MongoDB 8.0
- Documentation
Attribute
KeystorePassword (ksp)
Purpose
Specifies the password that is used to access the keystore file when SSL is enabled and SSL client authentication is enabled on the server. The keystore file contains the certificates that the client sends to the server in response to the server’s certificate request.
Valid Values
string
where:
string
is a valid password.
Notes
- This value overrides the password of the keystore file that is specified by the
javax.net.ssl.keyStorePasswordJava system property. If this property is not specified, the keystore password is specified by thejavax.net.ssl.keyStorePasswordJava system property. - The keystore and truststore files can be the same file; therefore, they may have the same password.
Default Value
No default value