From d3ddd4e71a867ddde961baab0c238cc71c409a34 Mon Sep 17 00:00:00 2001 From: mckaygerhard Date: Sun, 7 May 2023 15:30:39 -0400 Subject: [PATCH] tutorial - apache2 warning in uppercase --- documents/server-alpine-apache2-professional.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`