Actualizar README.md
This commit is contained in:
15
README.md
15
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
|
||||
|
||||
Reference in New Issue
Block a user