Specifies the password used to access the truststore file when SSL is enabled using the encrypted property, and when service authentication is used. The truststore file contains a list of the Certificate Authorities (CAs) that the client trusts. This value overrides the password of the truststore file specified by the javax.net.ssl.trustStorePassword Java system property. If this property is not specified, the truststore password is specified by the javax.net.ssl.trustStorePassword Java system property. This property is ignored if ValidateServerCertificate=false.
NOTE: The TrustStorePassword does not need to be specified when the TrustStore is specified.
Valid Values
password
where password is the password used to access the truststore file.