Difference between revisions of "MediaWiki Debian Installation"

Jump to navigation Jump to search
SSLCipherSuite HIGH:!aNULL
 
SSLCertificateFile /etc/letsencrypt/live/gusanitowww.chexample.com-0001/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/gusanitowww.chexample.com-0001/privkey.pem
 
Include /etc/letsencrypt/options-ssl-apache.conf
 
 
 
</syntaxhighlight>To be noted is the line: 'Include /etc/letsencrypt/options-ssl-apache.conf'. The protocols not to be offered are to be marked there:<syntaxhighlight lang="text">
SSLEngine on
 
# Intermediate configuration, tweak to your needs
SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
SSLCipherSuite ECDHE-ECDSA-CHACHA20-POLY1305:...
 
SSLOptions +StrictRequire
</syntaxhighlight>

Navigation menu