From 4759cf45eecce8ba806220d0101dcf6fdce0278e Mon Sep 17 00:00:00 2001 From: sysadmin Date: Mon, 16 Mar 2026 16:29:31 -0400 Subject: [PATCH] Actualizar README.md --- README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 5702f90..02f5e69 100644 --- a/README.md +++ b/README.md @@ -4,28 +4,17 @@ SPRPCB es un desarrollo de [ArchesProject](https://www.archesproject.org/) emple # Implementación en servidor web público Arches versión 7.6.x -El propósito principal de este repositorio es desplegar el sistema SPRPCB en el servidor del Plan Moxos - -Por el momento solo está disponible la versión de producción del sistema SPRPCB migrado de la implementación de la nube de ENTEL. +El propósito principal de este repositorio es desplegar el sistema SPRPCB en el servidor del Plan Moxos. Por el momento solo está disponible la versión de producción del sistema SPRPCB migrado de la implementación de la nube de ENTEL. En un tiempo breve se habilitará una actualización para implementar una versión de desarrollo en la última versión de ArchesProject ```bash git checkout origin/pmoxos-local ``` - -# Nginx and Let’s Encrypt with Docker Compose in less than 3 minutes +# Nginx y Let’s 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. -You can set up HTTPS in Nginx with Let's Encrypt TLS certificates for your domain name and get A+ rating at [SSL Labs SSL Server Test](https://www.ssllabs.com/ssltest/) by changing a few configuration parameters of this example. - -Let's Encrypt is a certificate authority that provides free X.509 certificates for TLS encryption. The certificates are valid for 90 days and can be renewed. Both initial creation and renewal can be automated using [Certbot](https://certbot.eff.org/). - -The approach currently only supports one domain name, as discussed in this example: - -* teach-with-arches.org - The idea is simple. There are 3 containers: * Nginx