mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
update ewsposter
This commit is contained in:
parent
0b92b56c55
commit
2b7d8ee01e
2 changed files with 5 additions and 1 deletions
|
@ -20,7 +20,7 @@ RUN apk -U --no-cache add \
|
||||||
py-requests \
|
py-requests \
|
||||||
py-setuptools && \
|
py-setuptools && \
|
||||||
pip install --no-cache-dir -U pip && \
|
pip install --no-cache-dir -U pip && \
|
||||||
pip install --no-cache-dir pyOpenSSL && \
|
pip install --no-cache-dir pyOpenSSL xmljson && \
|
||||||
|
|
||||||
# Setup ewsposter
|
# Setup ewsposter
|
||||||
git clone --depth=1 https://github.com/rep/hpfeeds /opt/hpfeeds && \
|
git clone --depth=1 https://github.com/rep/hpfeeds /opt/hpfeeds && \
|
||||||
|
|
4
docker/ews/dist/ews.cfg
vendored
4
docker/ews/dist/ews.cfg
vendored
|
@ -24,6 +24,10 @@ port = 0
|
||||||
channels = 0
|
channels = 0
|
||||||
ident = 0
|
ident = 0
|
||||||
secret= 0
|
secret= 0
|
||||||
|
# path/to/certificate for tls broker - or "false" for non-tls broker
|
||||||
|
tlscert = false
|
||||||
|
# hpfeeds submission format: "ews" (xml) or "json"
|
||||||
|
hpfformat = json
|
||||||
|
|
||||||
[EWSJSON]
|
[EWSJSON]
|
||||||
json = false
|
json = false
|
||||||
|
|
Loading…
Reference in a new issue