Actualizar README.md

This commit is contained in:
2026-03-16 16:39:23 -04:00
parent 4759cf45ee
commit eb37ceca51

View File

@@ -13,19 +13,13 @@ En un tiempo breve se habilitará una actualización para implementar una versi
# Nginx y Lets Encrypt con Docker Compose # Nginx y Lets Encrypt con Docker Compose
This approach automatically obtains and renews [Let's Encrypt](https://letsencrypt.org/) TLS certificates and set up HTTPS in Nginx for your domain name using Docker Compose. Este enfoque obtiene y renueva automáticamente los certificados TLS [Let's Encrypt](https://letsencrypt.org/) y configura HTTPS en Nginx para su dominio utilizando docker compose.
The idea is simple. There are 3 containers: La idea es simple. Hay 3 contenedores que trabajan así:
* Nginx * Nginx, generates self-signed "dummy" certificates to pass ACME challenge for obtaining Let's Encrypt certificates
* Certbot - for obtaining and renewing certificates * Certbot - for obtaining and renewing certificates, waits for Nginx to become ready and obtains certificates
* Cron - for triggering certificates renewal once a day * Cron - for triggering certificates renewal once a day, triggers Certbot to try to renew certificates and Nginx to reload configuration on a daily basis
The sequence of actions:
* Nginx generates self-signed "dummy" certificates to pass ACME challenge for obtaining Let's Encrypt certificates
* Certbot waits for Nginx to become ready and obtains certificates
* Cron triggers Certbot to try to renew certificates and Nginx to reload configuration on a daily basis
* The Nginx container uses updates symbolic links that point to either "dummy" certificates or Let's Encrypt certificates. * The Nginx container uses updates symbolic links that point to either "dummy" certificates or Let's Encrypt certificates.