SSLConfig

The name of the section in the configuration file that contains SSL configuration details for communication with IDOL.

To set the name of the section that contains SSL settings for communicating with connectors, use the ConnectorSSLConfig parameter in the [DistributedConnector] section of the configuration file.

Type: String
Default: None
Required: No
Configuration Section: Idol
Example:
SSLConfig=sslsection
							
[sslsection]
SSLMethod=SSLV23
SSLCertificate=test1.crt
SSLPrivateKey=test1.key
SSLPrivateKeyPassword=1234
See Also: ConnectorSSLConfig