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
 
testssl gusanito.ch
</syntaxhighlight>

Navigation menu