Issuing SSL Certs using Let’s Encrypt in Ubuntu

This article goes over Issuing SSL Certs using Let’s Encrypt in Ubuntu 16.04. The basic steps outlined in the video are adding the repository, installing certbot, issuing a certificate, and enabling SSL.
Video Guide:
Links
Let’s Encrypt @ https://letsencrypt.org
Certbot @ https://certbot.eff.org
Command List for Issuing SSL Certs
sudo apt-get updatesudo apt-get install software-properties-common -ysudo add-apt-repository ppa:certbot/certbotsudo apt-get updatesudo apt-get install python-certbot-apache -ysudo certbot --apache
Finishing Up
After performing these steps you will make your site secure and it will automatically renew this certificate. This is a great set it and forget solution, expecially if you are running your own site on a budget.