Changes between Version 4 and Version 5 of Internal/LoginService/SSL
- Timestamp:
- Mar 9, 2012, 7:26:57 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/LoginService/SSL
v4 v5 12 12 }}} 13 13 The 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 === 15 15 16 16 You can install the key file server.key and certificate file server.crt, or the certificate file issued by your CA, by running following commands … … 20 20 sudo cp server.key /etc/ssl/private 21 21 }}} 22 === Enabling SSL Support === 23 To use the SSL facilities of Apache2 you must enable the module mod_ssl 24 25 {{{ 26 a2enmod ssl 27 }}} 28