AgentstoreSSLConfig

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

Set this parameter in the [CommunityServer] section of the Category configuration file to configure SSL for outgoing ACI calls from Category to the Agentstore component that Community uses to store the agent index (identified by AgentstoreHost and AgentstorePort).

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: CommunityServer
Example: [CommunityServer]
AgentstoreSSLConfig=SSLOption1

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