• Jun 26, 2026 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 BY Marta Gottlieb