mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
Update ReadMe regarding distributed deployment
Thanks to @SnakeSK and @devArnold for the discussion in #1543
This commit is contained in:
parent
9957a13b41
commit
4f82c16bb8
1 changed files with 2 additions and 2 deletions
|
@ -400,8 +400,8 @@ sudo openssl req \
|
||||||
-keyout "$HOME/tpotce/data/nginx/cert/nginx.key" \
|
-keyout "$HOME/tpotce/data/nginx/cert/nginx.key" \
|
||||||
-out "$HOME/tpotce/data/nginx/cert/nginx.crt" \
|
-out "$HOME/tpotce/data/nginx/cert/nginx.crt" \
|
||||||
-days 3650 \
|
-days 3650 \
|
||||||
-subj '/C=AU/ST=Some-State/O=Internet Widgits Pty Ltd/CN=my.primary.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.secondary.domain"
|
-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 chmod 774 $HOME/tpotce/data/nginx/cert/*
|
||||||
sudo chown tpot:tpot $HOME/tpotce/data/nginx/cert/*
|
sudo chown tpot:tpot $HOME/tpotce/data/nginx/cert/*
|
||||||
|
|
Loading…
Reference in a new issue