From 4f82c16bb8464a4f58175b41a600e8286e7ef59e Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Wed, 22 May 2024 16:54:29 +0200 Subject: [PATCH] Update ReadMe regarding distributed deployment Thanks to @SnakeSK and @devArnold for the discussion in #1543 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ba154dc..380e602a 100644 --- a/README.md +++ b/README.md @@ -400,8 +400,8 @@ sudo openssl req \ -keyout "$HOME/tpotce/data/nginx/cert/nginx.key" \ -out "$HOME/tpotce/data/nginx/cert/nginx.crt" \ -days 3650 \ - -subj '/C=AU/ST=Some-State/O=Internet Widgits Pty Ltd/CN=my.primary.domain' \ - -addext "subjectAltName = IP:192.168.1.200, IP:1.2.3.4, DNS:my.secondary.domain" + -subj '/C=AU/ST=Some-State/O=Internet Widgits Pty Ltd' \ + -addext "subjectAltName = IP:192.168.1.200, IP:1.2.3.4, DNS:my.primary.domain, DNS:my.secondary.domain" sudo chmod 774 $HOME/tpotce/data/nginx/cert/* sudo chown tpot:tpot $HOME/tpotce/data/nginx/cert/*