This folder contains the set up for the CHT Nginx Image. It operates in 3 modes based on the value of CERTIFICATE_MODE
:
- Creating a self signed certificate
- Using a certificate that is already issued by a certification authority
- Auto generating the TLS certificate using ACME.sh
CERTIFICATE_MODE
- TLS mode to use when starting nginx. Options are: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.AUTO_GENERATE
- generate new TLS certificate using Let's Encrypt. To persist the results of this operation on container restart, you need to map a volume that stores this certificate at/root/.acme.sh/
SELF_SIGNED
- to generate a self signed certificate based on env vars below
COMMON_NAME
- Domain name. mandatoryEMAIL
- The registration email. mandatoryCOUNTRY
- Registration country in ISO-3166-1 ALPHA-2 format (egUS
for United States).STATE
- State registrationLOCALITY
- Locality registrationORGANISATION
- Organisation registrationDEPARTMENT
- The department.