Changes between Version 11 and Version 12 of Internal/LoginService/SSL
- Timestamp:
- Mar 14, 2012, 3:48:55 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/LoginService/SSL
v11 v12 68 68 (Note: Again, use your assigned IP or a DNS name followed with ":443" if you have one for ServerName.) 69 69 }}} 70 === Turn on the SSL engine. === 71 Make sure the following are in your default-ssl file. The SSLengine should be on, and the cert and key should be properly pathed: 70 72 73 {{{ 74 SSLEngine On 75 SSLCertificateFile /etc/apache2/ssl/server.crt 76 SSLCertificateKeyFile /etc/apache2/ssl/server.key 77 }}} 78