| Quick Mail/SSL functionality |
|
| Written by Evren Yurtesen | |
| Monday, 18 September 2006 | |
|
This is the quick guide for enabling SSL on H-Sphere mail servers. 1- Creating SSL Certificate for Mail Server * Run the following commands to create a private key. #cd /hsphere/local/config/httpd * Create certificate signing request (leave the password empty). #openssl req -new -key server.key -out server.csr * Create the certificate (for 10 years) #openssl x509 -req -days 3650 -in server.csr -signkey server.key -out server.crt 2- Edit H-sphere /hsphere/local/config/httpd/lsrv.conf.tmpl.custom using H-Sphere The minimal configuration should be like this: <IfDefine SSL> |
|
| Last Updated ( Monday, 18 September 2006 ) |
| < Prev | Next > |
|---|




