Skip to content

Commit ee46a6c

Browse files
authored
fix: typos in nginx readme
1 parent 79d6711 commit ee46a6c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: nginx/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ This folder contains the set up for the CHT Nginx Image. It operates in 3 modes
99
## Required Environment Variables
1010

1111
1. `CERTIFICATE_MODE` - TLS mode to use when starting nginx. Options are:
12-
1. `OWN_CERT` - bring your own TLS certificate. The docker container should be pointed to a drive location that contains both the the certificate amd private key mounted at `/etc/nginx/private/cert.pem` and `/etc/nginx/private/key.pem` respectively.
12+
1. `OWN_CERT` - bring your own TLS certificate. The docker container should be pointed to a drive location that contains both the certificate and private key mounted at `/etc/nginx/private/cert.pem` and `/etc/nginx/private/key.pem` respectively.
1313
1. `AUTO_GENERATE` - generate new TLS certificate using [Let's Encrypt](https://letsencrypt.org/). To persist the results of this operation on container restart, you need to map a volume that stores this certificate at `/root/.acme.sh/`
1414
1. `SELF_SIGNED` - to generate a self signed certificate based on env vars below
15-
2. `COMMON_NAME` - Domain name. manadatory
15+
2. `COMMON_NAME` - Domain name. mandatory
1616
3. `EMAIL` - The registration email. mandatory
17-
4. `COUNTRY` - Registartion country in [ISO-3166-1 ALPHA-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format (eg `US` for United States).
17+
4. `COUNTRY` - Registration country in [ISO-3166-1 ALPHA-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format (eg `US` for United States).
1818
5. `STATE` - State registration
19-
6. `LOCALITY` - Locatlity registration
20-
7. `ORGANISATION` - Organistaion registration
19+
6. `LOCALITY` - Locality registration
20+
7. `ORGANISATION` - Organisation registration
2121
8. `DEPARTMENT` - The department.

0 commit comments

Comments
 (0)