ssl certificates howto
w.example.com SSLEngine on SSLCertificateFile /path/to/certificate.crt SSLCertificateKeyFile /path/to/private.key SSLCertificateChainFile /path/to/ca-bundle.crt ``` Restart Apache: ```bash sudo systemctl restart apache2 ``` Verify SSL is active via bro