SSLConfig

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 Community component.

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]
SSLConfig=SSLOption1

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