.. | ||
nginx.conf | ||
README.md |
- Copy files from this directory
- Remove
conf.d/default.conf
- Generate dhparam and snakeoil cert:
openssl dhparam -out dhparam.pem 4096
openssl req -new -x509 -days 365 -noenc -out snakeoil.pem -keyout snakeoil.key
.. | ||
nginx.conf | ||
README.md |
conf.d/default.conf
openssl dhparam -out dhparam.pem 4096
openssl req -new -x509 -days 365 -noenc -out snakeoil.pem -keyout snakeoil.key