10.5: Enable https on 10.5's Apache2 web server: "This short how-to explains how to get HTTPS/SSL working on Leopard, which uses apache2. First, follow the steps in this hint, but instead of following Step 5, do the following:
- Edit /private/etc/apache2/httpd.conf, and uncomment the following line (it's line 473 in my installation):
Include /private/etc/apache2/extra/httpd-ssl.conf
- Edit /private/etc/apache2/extra/httpd-ssl.conf, and make sure that:
- SSLCertificateFile points to newcert.pem
- SSLCertificateKeyFile points to webserver.nopass.key
- SSLCACertificateFile points to cacert.pem
- SSLCARevocationPath points to demoCA/crl
"(Via Clippings.)
No comments:
Post a Comment