mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
tweaking
This commit is contained in:
parent
0d58dff171
commit
9564954825
1 changed files with 1 additions and 0 deletions
|
@ -596,6 +596,7 @@ if ! [ "$myCONF_TPOT_FLAVOR" == "SENSOR" ];
|
||||||
fuBANNER "Webuser creds"
|
fuBANNER "Webuser creds"
|
||||||
mkdir -p /data/nginx/conf
|
mkdir -p /data/nginx/conf
|
||||||
htpasswd -b -c /data/nginx/conf/nginxpasswd "$myCONF_WEB_USER" "$myCONF_WEB_PW"
|
htpasswd -b -c /data/nginx/conf/nginxpasswd "$myCONF_WEB_USER" "$myCONF_WEB_PW"
|
||||||
|
echo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Let's generate a SSL self-signed certificate without interaction (browsers will see it invalid anyway)
|
# Let's generate a SSL self-signed certificate without interaction (browsers will see it invalid anyway)
|
||||||
|
|
Loading…
Reference in a new issue