Howto enable ssl and create self-signed ssl certificate
Enable ssl
In my case it was simple. I just ran this line
a2enmod ssl
Generate self-signed ssl certificate
Solution: http://www.akadia.com/services/ssh_test_certificate.html
Just follow instruction carefully. Make sure that i step 2 you need to enter a correct “Common Name”, ie your domain. Step 5 and 6 also different for different distributions and installation …
Summary in case link above is not [...]