The Certificate Authority (CA) certificate file of a trusted authority. The component trusts communication only with a peer that provides a certificate signed by the specified CAs.
When you set SSLCACertificate, it implicitly sets SSLCheckCertificate to True. In this case, you can set SSLCheckCertificate to False to allow ConnectorLib C++ the component to fill in any chain required for the SSLCertificate by using the certificates that you specify in SSLCACertificate, without requiring a certificate from the connected peer.
| Type: | String |
| Default: | None |
| Required: | No |
| Configuration Section: | SSLOptionN |
| Example: | SSLCACertificate=trusted.crt
|
| See Also: | SSLConfig |
|
|