Keystore
- Last Updated: July 30, 2025
- 1 minute read
- DataDirect Connectors
- ODBC
- MongoDB 8.0
- Documentation
Attribute
Keystore (ks)
Purpose
Specifies the directory of the keystore file to be used 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
keystore_directory
where:
keystore_directory
is a valid directory of a keystore file.
Notes
- This value overrides the directory of the keystore file that is specified by the
javax.net.ssl.keyStoreJava system property. If this property is not specified, the keystore directory is specified by thejavax.net.ssl.keyStoreJava system property. - The keystore and truststore files can be the same file.
Default Value
No default value