1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-08-24 00:11:55 +00:00

fix indention, and file nameing

This commit is contained in:
Kuo-Cheng Yeu
2015-05-21 23:43:09 +08:00
parent da0191a778
commit d74a4146c8
2 changed files with 5 additions and 5 deletions

View File

@@ -86,8 +86,8 @@ hosts in use. The certificate and keys should be named after the virtual host w
#### 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.
`dhparam` suffix and `.pem` extension. For example, a container with `VIRTUAL_HOST=foo.bar.com`
should have a `foo.bar.com.dhparam.pem` file in the certs directory.
#### Wildcard Certificates