1. Install mod_ssl and openssl in the Apache server (for example download mod_ssl from http://www.devside.net/download/mod_ssl.zip)
2. Uncomment the following lines in $apache_home$\conf\Httpd.conf and save the file:
LoadModule ssl_module modules/mod_ssl.so
Include conf/extra/httpd-ssl.conf
3. Copy the mycert.key and mycert.crt to /conf directory as server.key and server.crt
4. Remove the key password from the server.key
Copy server.key server_copy.key
Openssl rsa -in server_copy.key –out server.key
5. Restart Apache2 service