Creating an SSL certificate and adding it to Apache
Just a brain dump, will format it latter https://letsencrypt.org/getting-started/ ~/letsencrypt$ sudo ./letsencrypt-auto certonly -d venumurthy.com -d www.venumurthy.com Congratulations! Your certificate and chain have been saved at https://letsencrypt.org/getting-started/ /etc/letsencrypt/live/obhiyo.com/fullchain.pem cert.pem chain.pem fullchain.pem privkey.pem vim sites-enabled/000-default.conf <VirtualHost 54.169.00.52:443> ServerName www.venumurtyy.com ServerAdmin contact@venumurty.com DocumentRoot /var/www/venumurthy SSLEngine on SSLCertificateFile /etc/letsencrypt/live/vm.com/cert.pem SSLCertificateKeyFile /etc/letsencrypt/live/vm.com/privkey.pem ...