Hak5 2023 – Fast, Easy and Free SSL Certificates with Let’s Encrypt
Setting up Let’s Encrypt Certificates, and understanding TLS / SSL. This time on Hak5!
——————————-
Shop: http://www.hakshop.com
Support: http://www.patreon.com/threatwire
Subscribe: http://www.youtube.com/hak5
Our Site: http://www.hak5.org
Contact Us: http://www.twitter.com/hak5
——————————
https://en.wikipedia.org/wiki/Transport_Layer_Security
https://letsencrypt.org/how-it-works/
http://www.github.com/certbot
http://certbot.eff.org
Commands:
pwd
wget https://dl.eff.org/certbot-auto
chmod a+x certbot-auto
/root/certbot-auto
/root/certbot-auto –apache
Test your site! For us, it’s: https://www.internetspiritguide.com
/root/certbot-auto renew –dry-run
crontab -e
/root/certbot-auto renew –quiet –no-self-upgrade
For lazies: http://www.crontab-generator.org
15 4 * * * /root/certbot-auto renew –quiet –no-self-upgrade