Purpose

Specifies the directory of the truststore file to be used when SSL is enabled (EncryptionMethod=SSL) 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 ValidateServerCertificate=false.

Data Source Method

public String getTrustStore()

public void setTrustStore(String)

Default

No default value

Data Type

String

See also

Data Encryption