IndexSSLConfig

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

Set this parameter in the [Agent] section of the unified IDOL Server configuration file to configure SSL for outgoing index calls from the Category component to the Content component that stores the agent index (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.

NOTE: This parameter is meaningful only in a stand-alone Category component, not in a unified IDOL Server configuration.

Type: String
Default:  
Required: No
Configuration Section: Agent
Example: [Agent]
IndexSSLConfig=IndexSSLOptions

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