SSLConfig
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.
NOTE: 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 ... [SSLOption1] //SSL options for incoming connections SSLMethod=SSLV23 SSLCertificate=host1.crt SSLPrivateKey=host1.key SSLCACertificate=trusted.crt |
See Also: | Secure Socket Layer Parameters |