We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db4000 commit c6fff96Copy full SHA for c6fff96
docker/README.md
@@ -19,5 +19,7 @@ docker run -d --rm -p 80:80 -p 443:443 \
19
> For SSL generation, you need to run this image in a server with proper public IP and a domain name pointing to it.
20
## Environment variables
21
* ```NGINX_SSL_PORT``` Changes the port that Nginx listens to. Defaults to ```443```
22
+* ```NGINX_SSL_CERT``` Provide a pre-generated SSL certificate. Optional
23
+* ```NGINX_SSL_KEY``` Provide a pre-generated SSL certificate key. Optional
24
* ```LETSENCRYPT_DOMAIN``` Enables Certbot`s client execution for the specified domain. Defaults to ```none```
25
* ```LETSENCRYPT_EMAIL``` Email used in Certbot`s client execution to register the certificate request. Defaults to ```example@local```
0 commit comments