mirror of
https://github.com/thib8956/nginx-proxy
synced 2024-11-22 11:56:31 +00:00
add 'Diffie-Hellman Groups' section in README.md
This commit is contained in:
parent
a10d1b50bf
commit
da0191a778
@ -83,6 +83,12 @@ hosts in use. The certificate and keys should be named after the virtual host w
|
|||||||
`.key` extension. For example, a container with `VIRTUAL_HOST=foo.bar.com` should have a
|
`.key` extension. For example, a container with `VIRTUAL_HOST=foo.bar.com` should have a
|
||||||
`foo.bar.com.crt` and `foo.bar.com.key` file in the certs directory.
|
`foo.bar.com.crt` and `foo.bar.com.key` file in the certs directory.
|
||||||
|
|
||||||
|
#### Diffie-Hellman Groups
|
||||||
|
|
||||||
|
If you have Diffie-Hellman groups enabled, the files should be named after the virtual host with a
|
||||||
|
`dhparams` suffix and `.pem` extension. For example, a container with `VIRTUAL_HOST=foo.bar.com`
|
||||||
|
should have a `foo.bar.com.dhparams.pem` file in the certs directory.
|
||||||
|
|
||||||
#### Wildcard Certificates
|
#### Wildcard Certificates
|
||||||
|
|
||||||
Wildcard certificates and keys should be name after the domain name with a `.crt` and `.key` extension.
|
Wildcard certificates and keys should be name after the domain name with a `.crt` and `.key` extension.
|
||||||
|
Loading…
Reference in New Issue
Block a user