Truststore
- Last Updated: September 20, 2021
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- Documentation
Purpose
Specifies the directory of the truststore file to be used when SSL is enabled and server authentication is used. The truststore file contains a list of the Certificate Authorities (CAs) that the client trusts.
Valid Values
string
where:
string
is the directory of the truststore file.
Notes
- This value overrides the directory of the truststore file that is specified by the javax.net.ssl.trustStore Java system property. If this property is not specified, the truststore directory is specified by the javax.net.ssl.trustStore java system property.
- This property is ignored if ValidServerCertificate=
false.
Data Source Methods
public String getTruststore()
public void setTruststore(String)
Default Value
No default value
Data Type
String