From 83a5289c535d018c12eaaac749c0979518dd8d29 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Wed, 12 Feb 2020 09:53:05 -0500 Subject: [PATCH 1/2] Update README.md --- nodejs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/README.md b/nodejs/README.md index c59f465..7353deb 100755 --- a/nodejs/README.md +++ b/nodejs/README.md @@ -56,7 +56,7 @@ openssl req -new -newkey rsa:2048 -days 3650 -nodes -x509 -subj '/CN=sni-suppo openssl req -new -newkey rsa:2048 -days 3650 -nodes -x509 -subj '/CN=sni-support-required-for-valid-ssl' -keyout /etc/ssl/resty-auto-ssl-fallback.key -out /etc/ssl/resty-auto-ssl-fallback.crt -openssl dhparam -out /etc/nginx/dhparam.pem 4096 +# openssl dhparam -out /etc/nginx/dhparam.pem 4096 # This takes a LONG time and is not needed. ``` From 377e2e06457adc83879f23463f26ed17a68b9e93 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Wed, 12 Feb 2020 11:15:16 -0500 Subject: [PATCH 2/2] Update README.md --- nodejs/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nodejs/README.md b/nodejs/README.md index 7353deb..605bd80 100755 --- a/nodejs/README.md +++ b/nodejs/README.md @@ -41,10 +41,6 @@ The steps below are for a new ubuntu server, they should be mostly the same for ```bash apt install luarocks sudo luarocks install lua-resty-auto-ssl -``` - -* Configure sshd for tunneling - * openresty config