From f2b6d40ce2dc3f5c7fd4e041e843c8c932067064 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Tue, 7 Jan 2025 16:08:12 +0100 Subject: [PATCH] Add nginx/README.md --- nginx/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nginx/README.md 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 +```