From ec46dc9ab0398599c7a5971ed44f6578401c6c69 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Thu, 2 Jan 2020 09:40:55 +0100 Subject: [PATCH] Fix typo, Fixes #504 --- iso/installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso/installer/install.sh b/iso/installer/install.sh index 2a13b010..4d0f9647 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -653,7 +653,7 @@ then -keyout "/data/nginx/cert/nginx.key" \ -out "/data/nginx/cert/nginx.crt" \ -days 3650 \ - -subj '/C=AU/ST=Some-State/O=Internet Widgits Pty Ltd' + -subj '/C=AU/ST=Some-State/O=Internet Widgits Pty Ltd' \ -addext "subjectAltName = IP:$myINTIP" fi