Changes between Version 4 and Version 5 of Internal/LoginService/SSL


Ignore:
Timestamp:
Mar 9, 2012, 7:26:57 PM (12 years ago)
Author:
Olivera Tosic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/LoginService/SSL

    v4 v5  
    1212}}}
    1313The above command will prompt you to enter the passphrase. Once you enter the correct passphrase, your certificate will be created and it will be stored in the server.crt file
    14  ===Installing the Certificate ===
     14 === Installing the Certificate ===
    1515
    1616You can install the key file server.key and certificate file server.crt, or the certificate file issued by your CA, by running following commands
     
    2020sudo cp server.key /etc/ssl/private
    2121}}}
     22 === Enabling SSL Support ===
     23To use the SSL facilities of Apache2 you must enable the module mod_ssl
     24
     25{{{
     26a2enmod ssl
     27}}}
     28