SSLConfig

The name of the configuration section that specifies the SSL configuration details (usually SSLOptionN).

Set this parameter in the [AgentDRE] section of the unified IDOL Community Component configuration file to configure SSL for outgoing ACI calls from IDOL components to the Content component where the agent index is stored (AgentStore).

For this parameter to have an effect, you must also set SSLIDOLComponents to True in the [Server] section to indicate that IDOL components can use SSL to communicate with each other.

Type: String
Default:  
Required: No
Configuration Section: AgentDRE
Example: [AgentDRE]
SSLConfig=SSLOption1

[SSLOption1]
SSLMethod=SSLV23
SSLCertificate=host1.crt
SSLPrivateKey=host1.key
SSLCACertificate=trusted.crt
See Also: Secure Socket Layer Parameters