tutorial - apache2 warning in uppercase

This commit is contained in:
mckaygerhard 2023-05-07 15:30:39 -04:00
parent 735bbc62a0
commit d3ddd4e71a
1 changed files with 1 additions and 1 deletions

View File

@ -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`