mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-03 21:42:13 +00:00
permissions for ews.cfg
parent
1c7d680bb9
commit
1bd6c671cb
1 changed files with 3 additions and 1 deletions
|
@ -38,9 +38,11 @@ vi /opt/tpot/etc/tpot.yml
|
||||||
[...]
|
[...]
|
||||||
```
|
```
|
||||||
|
|
||||||
### 4. Modify `ews.cfg` according to your own taste or as instructed:
|
### 4. Modify `ews.cfg` according to your own taste or as instructed and set correct permissions:
|
||||||
```
|
```
|
||||||
vi /data/ews/conf/ews.cfg
|
vi /data/ews/conf/ews.cfg
|
||||||
|
chmod 760 /data/ews/conf/ews.cfg
|
||||||
|
chown tpot:tpot /data/ews/conf/ews.cfg
|
||||||
```
|
```
|
||||||
|
|
||||||
### 5. Start T-Pot service
|
### 5. Start T-Pot service
|
||||||
|
|
Loading…
Reference in a new issue