From b1e4b6861311a67f0b45035c1eea9ee0ce9bf552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Tue, 12 May 2015 23:17:37 +0200 Subject: [PATCH] removing bad cipher suite in apache example file --- doc/source/installation.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 322b9de..363aa01 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -195,7 +195,6 @@ Apache DocumentRoot /srv/www/ponytracker/www SSLEngine on - SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL SSLCertificateFile /etc/apache2/ssl/ponytracker.example.com.pem SSLCertificateKeyFile /etc/apache2/ssl/ponytracker.example.com-Key.pem SSLCACertificateFile /etc/apache2/ssl/ponytracker.example.com-CA.pem