Changes between Version 11 and Version 12 of Internal/LoginService/SSL


Ignore:
Timestamp:
Mar 14, 2012, 3:48:55 PM (12 years ago)
Author:
Olivera Tosic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/LoginService/SSL

    v11 v12  
    6868(Note: Again, use your assigned IP or a DNS name followed with ":443" if you have one for ServerName.)
    6969}}}
     70 === Turn on the SSL engine.  ===
     71Make sure the following are in your default-ssl file. The SSLengine should be on, and the cert and key should be properly pathed:
    7072
     73{{{
     74SSLEngine On
     75SSLCertificateFile /etc/apache2/ssl/server.crt
     76SSLCertificateKeyFile /etc/apache2/ssl/server.key
     77}}}
     78