You can configure QMS to receive SSL communication from client servers.
To configure SSL connections
In the [Server]
section, set the SSLConfig
parameter to the name of the configuration file section where you specify details of the SSL connections, for example SSLOptionN
.
Create a configuration section with the name that you have specified.
Set any SSL configuration parameters.
For example:
[Server] SSLConfig=SSLOptions1 ... [SSLOptions1] //SSL options for incoming connections SSLMethod=SSLV23 SSLCertificate=host1.crt SSLPrivateKey=host1.key SSLCACertificate=trusted.crt
|