Difference between revisions of "MediaWiki Debian Installation"

Jump to navigation Jump to search
 
 
=== SSL Virtual Default Host ===
I used [https://letsencrypt.org/getting-started/ Let's Encrypt], respectively [https://certbot.eff.org/instructions Certbot], to get a certifcate for my site and had certbot change my configuration files in /etc/apache2. Testing with testssl showed vulnerabilities, i.e. TLSv1 and TLSv1.1 as accepted protocols.<syntaxhighlight lang="shell">
 
sudo apt install certbot testssl.sh
(April 2020: see installation instructions for [https://certbot.eff.org/lets-encrypt/debiantesting-apache.html Debian testing].)
 
Testing with testssl showed vulnerabilities, i.e. TLSv1 and TLSv1.1 as accepted protocols.<syntaxhighlight lang="shell">
sudo apt install certbot python3-certbot-apache testssl.sh
 
testssl www.example.com

Navigation menu