diff --git a/src/modules/mod_openssl.c b/src/modules/mod_openssl.c index 2f4085b..b1ae121 100644 --- a/src/modules/mod_openssl.c +++ b/src/modules/mod_openssl.c @@ -9,7 +9,7 @@ * listen - (mandatory) the socket address (same as standard listen) * pemfile - (mandatory) contains key and direct certificate for the key (PEM format) * ca-file - contains certificate chain - * ciphers - contains comma separated list of allowed ciphers + * ciphers - contains colon separated list of allowed ciphers * allow-ssl2 - boolean option to allow ssl2 (disabled by default) * * Example config: