Skip to content

Commit 9d3e0ea

Browse files
authored
Merge pull request #172 from mcammaert/master
Correct some typos
2 parents 1ea4335 + 8fcea88 commit 9d3e0ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
[![](https://img.shields.io/docker/stars/jrcs/letsencrypt-nginx-proxy-companion.svg)](https://hub.docker.com/r/jrcs/letsencrypt-nginx-proxy-companion "Click to view the image on Docker Hub")
44
[![](https://img.shields.io/docker/pulls/jrcs/letsencrypt-nginx-proxy-companion.svg)](https://hub.docker.com/r/jrcs/letsencrypt-nginx-proxy-companion "Click to view the image on Docker Hub")
55

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.
77

88
### Features:
99
* Automatic creation/renewal of Let's Encrypt certificates using original nginx-proxy container.
1010
* Support creation of Multi-Domain ([SAN](https://www.digicert.com/subject-alternative-name.htm)) Certificates.
1111
* Automatically creation of a Strong Diffie-Hellman Group (for having an A+ Rate on the [Qualsys SSL Server Test](https://www.ssllabs.com/ssltest/)).
1212
* Work with all versions of docker.
1313

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).
1515

1616
#### Usage
1717

1818
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:
1919
* `/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)
2121
* `/usr/share/nginx/html` to write challenge files.
2222

2323
Example of use:

0 commit comments

Comments
 (0)