ssl_server_ciphers

Specifies the cipher suites used by the server; each suite in the list is separated by a colon (:). This parameter must follow the OpenSSL cipher string syntax.

ssl_server_ciphers = cipherSuites

For example, you can enable two cipher suites with the following setting:

ssl_server_ciphers = DES-CBC3-SHA:AES128-SHA

See Specify Cipher Suites for more information about the cipher suites available in EMS and the syntax for specifying them in this parameter.