Identifies the configuration section in which the SSL configuration details are specified, usually SSLOptionN
. You must set this parameter if you want to use SSL for communications between License Server and other IDOL products.
Set this parameter in the [Server]
section of the License Server configuration file to configure SSL for incoming ACI calls.
If you set SSLConfig
for License Server, all components that request licenses from License Server must have a corresponding SSL configuration.
To configure components to communicate with License Server using SSL, you must set SSLConfig
in the [License]
section of the server or component configuration file.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | Server |
Example: | [Server] SSLConfig=SSLOption1 ... [AgentDRE] SSLConfig=SSLOption2 ... [DataDRE] SSLConfig=SSLOption2 ... // For Omni Group Servers: [Note] GroupServerHost=... GroupServerPort=... SSLConfig=SSLOption2 [SSLOption1] //SSL options for incoming connections SSLMethod=SSLV23 SSLCertificate=host1.crt SSLPrivateKey=host1.key SSLCACertificate=trusted.crt [SSLOption2] //SSL options for outgoing connections SSLMethod= SSLV23 SSLCertificate=host2.crt SSLPrivateKey=9s7BxMjD2d3M3t7awt/J8A SSLCACertificate=trusted.crt |
See Also: | Secure Socket Layer Parameters |
|