Add nginx/README.md
This commit is contained in:
parent
b3912b4e45
commit
f2b6d40ce2
1 changed files with 7 additions and 0 deletions
7
nginx/README.md
Normal file
7
nginx/README.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
1. Copy files from this directory
|
||||||
|
2. Remove `conf.d/default.conf`
|
||||||
|
3. Generate dhparam and snakeoil cert:
|
||||||
|
```
|
||||||
|
openssl dhparam -out dhparam.pem 4096
|
||||||
|
openssl req -new -x509 -days 365 -noenc -out snakeoil.pem -keyout snakeoil.key
|
||||||
|
```
|
Loading…
Reference in a new issue