Securing the webinterface
Useful link
Docs: Securing the Webinterface
Activating the Apache modules
a2enmod ssl
a2enmod ssl
Enabling module ssl.
To activate the new configuration, you need to run:
service apache2 restart
find /etc/apache2/ -type f -exec grep -Hn '^\s*SSLCertificate.*File' {} \;
/etc/apache2/sites-available/default-ssl.conf:32: SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem
/etc/apache2/sites-available/default-ssl.conf:33: SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key