SSLConfig
The name of the configuration section that specifies the SSL configuration details (usually SSLOptionN
).
Set this parameter in the [Service]
section to configure SSL for incoming service actions.
Type: | String |
Default: | None |
Required: | No |
Configuration Section: | Service |
Example: | [Service] SSLConfig=SSLOptions1 ... [SSLOptions1] //SSL options for incoming connections SSLMethod=TLSV1.2 SSLCertificate=host1.crt SSLPrivateKey=host1.key SSLCACertificate=trusted.crt |
See Also: | Secure Socket Layer Parameters
|