Posts
Auto-Renewing Let's Encrypt Certificates for nginx with Certbot Webroot
I use a cloud server running nginx to serve my web applications including this blog. I use docker compose to run the nginx container on my web server. To serve the site securely, I used Certbot to issue a TLS certificate for my domain. This post captures the steps and learning. - **nginx** - A high performance web server software. - **TLS** - Transport Layer Security is a cryptographic protocol for secure communication over the internet. - **TLS certificate** - Digital file that proves a …