diff --git a/documents/server-alpine-apache2-professional.md b/documents/server-alpine-apache2-professional.md index 220f87d..f45447a 100644 --- a/documents/server-alpine-apache2-professional.md +++ b/documents/server-alpine-apache2-professional.md @@ -228,7 +228,7 @@ sed -i -r 's#^SSLProxyCipherSuite.*#SSLProxyCipherSuite HIGH:MEDIUM:ALL:!MD5:!RC rc-service apache2 restart ``` -> **WARNING** this configuration: +> **Warning** this configuration: > 1. This is a permissive configuration full compatible wtith older and newer browsers. > 2. to only allow most secure protocols and a bit of compatibilty, set to `SSLProtocol all -TLSv1 -SSLv3` > 3. to only allow most secure negociations and a bit of compat, set to `SSLCipherSuite HIGH:MEDIUM:ECDHE:!MD5:!RC4:!3DES:!ADH`