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: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,10 @@ Finally, start your containers with `VIRTUAL_HOST` environment variables.
152
152
153
153
[letsencrypt-nginx-proxy-companion](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion) is a lightweight companion container for the nginx-proxy. It allow the creation/renewal of Let's Encrypt certificates automatically.
154
154
155
+
Set `GENERATE_DHPARAM` environment variable to `false` to disabled Diffie-Hellman parameters completely. This will also ignore auto-generation made by `nginx-proxy`.
156
+
The default value is `true`
157
+
158
+
$ docker run -e GENERATE_DHPARAM=false ....
155
159
### SSL Support
156
160
157
161
SSL is supported using single host, wildcard and SNI certificates using naming conventions for
@@ -359,4 +363,4 @@ If your system has the `make` command, you can automate those tasks by calling:
359
363
make test
360
364
361
365
362
-
You can learn more about how the test suite works and how to write new tests in the [test/README.md](test/README.md) file.
366
+
You can learn more about how the test suite works and how to write new tests in the [test/README.md](test/README.md) file.
0 commit comments