The path of the truststore file or a comma separated list of valid Certificate Authorities (CAs) to be used when SSL is enabled (Encrypted=1) and server authentication is used.
The truststore file contains a list of the valid CAs that are trusted by the client machine for SSL server authentication. If the connection string does not provide a TruststorePassword, the Truststore setting is assumed to be a comma-separated list of valid CAs. For example, "C:\cacerts\myca1.cer,C:\cacerts\myca2.cer". These certificates are DER encoded.
When a truststore is used, the supported cipher suites in the ADO Client are limited to those cipher suites that work with server certificates. See SSL Cipher Suites.
NOTE: The truststore and keystore files may be the same file.
Valid Values
string
where string is the path of the truststore file or a comma separated list of valid Certificate Authorities (CAs).