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: nginx/README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ This folder contains the set up for the CHT Nginx Image. It operates in 3 modes
9
9
## Required Environment Variables
10
10
11
11
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.
13
13
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/`
14
14
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
16
16
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).
0 commit comments