mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
Update for T-Pot Mobile
This commit is contained in:
parent
996e8a3451
commit
ef55a9d434
3 changed files with 4 additions and 2 deletions
1
.env
1
.env
|
@ -51,6 +51,7 @@ TPOT_PERSISTENCE=on
|
|||
# Create credentials with 'htpasswd ~/tpotce/data/nginx/conf/lswebpasswd <username>'
|
||||
# 4. On SENSOR: Provide username / password from (3) for TPOT_HIVE_USER as base64 encoded string:
|
||||
# "echo -n 'username:password' | base64 -w0"
|
||||
# MOBILE: This will set the correct type for T-Pot Mobile (https://github.com/telekom-security/tpotmobile)
|
||||
TPOT_TYPE=HIVE
|
||||
|
||||
# T-Pot Hive User (only relevant for SENSOR deployment)
|
||||
|
|
|
@ -51,6 +51,7 @@ TPOT_PERSISTENCE=on
|
|||
# Create credentials with 'htpasswd ~/tpotce/data/nginx/conf/lswebpasswd <username>'
|
||||
# 4. On SENSOR: Provide username / password from (3) for TPOT_HIVE_USER as base64 encoded string:
|
||||
# "echo -n 'username:password' | base64 -w0"
|
||||
# MOBILE: This will set the correct type for T-Pot Mobile (https://github.com/telekom-security/tpotmobile)
|
||||
TPOT_TYPE=HIVE
|
||||
|
||||
# T-Pot Hive User (only relevant for SENSOR deployment)
|
||||
|
|
|
@ -201,8 +201,8 @@ while true; do
|
|||
esac
|
||||
done
|
||||
|
||||
if [ "${myTPOT_TYPE}" != "SENSOR" ];
|
||||
# T-Pot Type is HIVE / MOBILE; asking for WebUI username and password
|
||||
if [ "${myTPOT_TYPE}" == "HIVE" ];
|
||||
# If T-Pot Type is HIVE ask for WebUI username and password
|
||||
then
|
||||
# Preparing web user for T-Pot
|
||||
echo
|
||||
|
|
Loading…
Reference in a new issue