You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,21 +3,21 @@
3
3
[](https://hub.docker.com/r/jrcs/letsencrypt-nginx-proxy-companion"Click to view the image on Docker Hub")
4
4
[](https://hub.docker.com/r/jrcs/letsencrypt-nginx-proxy-companion"Click to view the image on Docker Hub")
5
5
6
-
letsencrypt-nginx-proxy-companion is a lightweight companion container for the [nginx-proxy](https://github.com/jwilder/nginx-proxy). It allow the creation/renewal of Let's Encrypt certificates automatically. See [Let's Encrypt section](#lets-encrypt) for configuration details.
6
+
letsencrypt-nginx-proxy-companion is a lightweight companion container for the [nginx-proxy](https://github.com/jwilder/nginx-proxy). It allows the creation/renewal of Let's Encrypt certificates automatically. See [Let's Encrypt section](#lets-encrypt) for configuration details.
7
7
8
8
### Features:
9
9
* Automatic creation/renewal of Let's Encrypt certificates using original nginx-proxy container.
10
10
* Support creation of Multi-Domain ([SAN](https://www.digicert.com/subject-alternative-name.htm)) Certificates.
11
11
* Automatically creation of a Strong Diffie-Hellman Group (for having an A+ Rate on the [Qualsys SSL Server Test](https://www.ssllabs.com/ssltest/)).
12
12
* Work with all versions of docker.
13
13
14
-
***NOTE***: The first time this container is launch it generate a new Diffie-Hellman group file. This process can take several minutes to complete (be patient).
14
+
***NOTE***: The first time this container is launched it generates a new Diffie-Hellman group file. This process can take several minutes to complete (be patient).
15
15
16
16
#### Usage
17
17
18
18
To use it with original [nginx-proxy](https://github.com/jwilder/nginx-proxy) container you must declare 3 writable volumes from the [nginx-proxy](https://github.com/jwilder/nginx-proxy) container:
19
19
*`/etc/nginx/certs` to create/renew Let's Encrypt certificates
20
-
*`/etc/nginx/vhost.d` to change the configuration of vhosts (need by Let's Encrypt)
20
+
*`/etc/nginx/vhost.d` to change the configuration of vhosts (needed by Let's Encrypt)
21
21
*`/usr/share/nginx/html` to write challenge files.
0 commit comments