SSLConfig

Identifies the configuration section in which the SSL configuration details are specified, usually SSLOptionN. Set this parameter if you want License Server to accept incoming ACI requests over SSL.

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