amélioration par défaut pour SSL

This commit is contained in:
gcolpart 2016-10-26 17:57:33 +02:00
parent ddbbc85320
commit 20350b5492

View file

@ -54,6 +54,10 @@ MaxRequestsPerChild 0
AllowOverride None AllowOverride None
Require all granted Require all granted
</Directory> </Directory>
<IfModule mod_ssl.c>
SSLProtocol all -SSLv2 -SSLv3
SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5:!RC4
</IfModule>
~~~ ~~~
que l'on active à l'installation via la commande : que l'on active à l'installation via la commande :