How to add SSL on apache2 ubuntu

How to add SSL on apache2 ubuntu

SSL is short form of ‘Secure Sockets Layer’ and is a crystallographic protocol that provides security for communications over networks by encrypting segments of network connections at the transport layer end-to-end.

Installation of SSL is different on Linux compared to windows. I assume you already have a certification file from your provider before proceeding ahead with this tutorial. Further I will be using www.mysiteforssl.com as example domain in this tutorial. You can replace it with your domain name while actual implementation is in process.

As a basic information SSL listens to post 443 and there is only one SSL vhost per IP address. Mutiple SSL vhost may require multiple IPs.
Continue reading