diff --git a/nginx/README.md b/nginx/README.md new file mode 100644 index 0000000..462d717 --- /dev/null +++ b/nginx/README.md @@ -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 +```