On Wed, Sep 18, 2024 at 2:56 PM Frank Gingras <thu...@apache.org> wrote:
> >> You basically need to load the mod_ssl module with LoadModule, edit the > :443 vhost and add SSLEngine on, SSLCertificateFile and > SSLCertificateKeyFile. > I also recommend looking at the Mozilla SSL Configuration Generator. It will help you make sure your website is using the best ciphers: https://ssl-config.mozilla.org/#server=apache&version=2.4.41&config=modern&openssl=1.1.1k&guideline=5.7 You can test how browsers will see your website using the Qualys SSL Tester: https://www.ssllabs.com/ssltest/ - Y