In this tutorial, we will learn how to acquire an SSL/TLS certificate from Let's Encrypt and use it to secure our site.
Let's Encrypt is a Certificate Authority that lets anyone obtain, renew, and manage certificates for their site, for FREE.
We'll do this within a Docker container using the certbot image and the Nginx image as our web server.
0:00 Intro
1:00 sh commands
3:10 certbot docker container
6:05 Nginx location to fetch challenge files
10:20 Use Certbot to obtain SSL certificates
12:20 Nginx configuration for HTTPS
14:30 Redirect HTTP to HTTPS
17:00 Renew Certificates