mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
Update README.md
This commit is contained in:
parent
262e22155e
commit
52c64f57d1
1 changed files with 11 additions and 11 deletions
|
@ -18,8 +18,7 @@ This example showcases the deployment on our own Public Cloud Offering [Open Tel
|
||||||
- [Configure `.otc_env.sh`](#otc-env)
|
- [Configure `.otc_env.sh`](#otc-env)
|
||||||
- [Configure `.ecs_settings.sh`](#ecs-settings)
|
- [Configure `.ecs_settings.sh`](#ecs-settings)
|
||||||
- [Configure `tpot.conf.dist`](#tpot-conf)
|
- [Configure `tpot.conf.dist`](#tpot-conf)
|
||||||
- [Optional: Custom `ews.cfg`](#ews-cfg)
|
- [Optional: Custom `ews.cfg` and HPFEEDS](#ews-hpfeeds)
|
||||||
- [Optional: Configure `.hpfeeds_settings.sh`](#hpfeeds)
|
|
||||||
- [Deploying a T-Pot](#deploy)
|
- [Deploying a T-Pot](#deploy)
|
||||||
- [Further documentation](#documentation)
|
- [Further documentation](#documentation)
|
||||||
|
|
||||||
|
@ -171,11 +170,12 @@ myCONF_WEB_USER='webuser'
|
||||||
myCONF_WEB_PW='w3b$ecret'
|
myCONF_WEB_PW='w3b$ecret'
|
||||||
```
|
```
|
||||||
|
|
||||||
<a name="ews-cfg"></a>
|
<a name="ews-hpfeeds"></a>
|
||||||
## Optional: Custom `ews.cfg`
|
## Optional: Custom `ews.cfg` and HPFEEDS
|
||||||
To enable this feature, set `custom_ews=true` in `.ecs_settings.sh`; See here: [Configure `.ecs_settings.sh`](#ecs-settings)
|
To enable these features, set `custom_ews=true` in `.ecs_settings.sh`; See here: [Configure `.ecs_settings.sh`](#ecs-settings)
|
||||||
|
|
||||||
Here you can create a custom config file for `ewsposter`.
|
### ews.cfg
|
||||||
|
You can use a custom config file for `ewsposter`.
|
||||||
e.g. when you have your own credentials for delivering data to our [Sicherheitstacho](https://sicherheitstacho.eu/start/main).
|
e.g. when you have your own credentials for delivering data to our [Sicherheitstacho](https://sicherheitstacho.eu/start/main).
|
||||||
You can find the `ews.cfg` template file here: [`ansible/roles/custom_ews/templates/ews.cfg`](ansible/roles/custom_ews/templates/ews.cfg) and adapt it for your needs.
|
You can find the `ews.cfg` template file here: [`ansible/roles/custom_ews/templates/ews.cfg`](ansible/roles/custom_ews/templates/ews.cfg) and adapt it for your needs.
|
||||||
|
|
||||||
|
@ -193,21 +193,21 @@ token = your_token
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
<a name="hpfeeds"></a>
|
### HPFEEDS
|
||||||
## Optional: Configure `.hpfeeds_settings.sh`
|
You can also specify HPFEEDS in [`ansible/roles/custom_ews/templates/hpfeeds.cfg`](ansible/roles/custom_ews/templates/hpfeeds.cfg).
|
||||||
When the `custom_ews=true` setting is set in`.ecs_settings.sh` (see here: [Configure `.ecs_settings.sh`](#ecs-settings)), you can also specify custom HPFEEDS in `.hpfeeds_settings.sh`.
|
That file constains the defaults (turned off) and you can adapt it for your needs, e.g. for SISSDEN:
|
||||||
e.g. for SISSDEN:
|
|
||||||
```
|
```
|
||||||
myENABLE=true
|
myENABLE=true
|
||||||
myHOST=hpfeeds.sissden.eu
|
myHOST=hpfeeds.sissden.eu
|
||||||
myPORT=10000
|
myPORT=10000
|
||||||
myCHANNEL=t-pot.events
|
myCHANNEL=t-pot.events
|
||||||
|
myCERT=/opt/ewsposter/sissden.pem
|
||||||
myIDENT=your_user
|
myIDENT=your_user
|
||||||
mySECRET=your_secret
|
mySECRET=your_secret
|
||||||
myCERT=/opt/ewsposter/sissden.pem
|
|
||||||
myFORMAT=json
|
myFORMAT=json
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
<a name="deploy"></a>
|
<a name="deploy"></a>
|
||||||
# Deploying a T-Pot :honey_pot::honeybee:
|
# Deploying a T-Pot :honey_pot::honeybee:
|
||||||
Now, after configuring everything, we can finally start deploying T-Pots:
|
Now, after configuring everything, we can finally start deploying T-Pots:
|
||||||
|
|
Loading…
Reference in a new issue