From 4be784a91e9b446181f2023588a88b5dc74f9696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Wed, 9 Sep 2009 00:11:52 +0200 Subject: [PATCH] Fix mod_openssl doc --- src/modules/mod_openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: