mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 04:22:11 +00:00
tweaking
This commit is contained in:
parent
4e1340ab9e
commit
213c3c8566
2 changed files with 4 additions and 4 deletions
|
@ -34,7 +34,7 @@ RUN apt-get update -y && \
|
|||
ttf-liberation && \
|
||||
|
||||
# Get and install dionaea
|
||||
git clone https://github.com/dinotools/dionaea /root/dionaea/ && \
|
||||
git clone --depth=1 https://github.com/dinotools/dionaea /root/dionaea/ && \
|
||||
cd /root/dionaea && \
|
||||
autoreconf -vi && \
|
||||
./configure \
|
||||
|
|
6
docker/dionaea/dist/etc/dionaea.cfg
vendored
6
docker/dionaea/dist/etc/dionaea.cfg
vendored
|
@ -8,11 +8,11 @@ listen.mode=getifaddrs
|
|||
# listen.interfaces=eth0,tap0
|
||||
|
||||
# Country
|
||||
ssl.default.c=CN
|
||||
ssl.default.c=AU
|
||||
# Common Name/domain name
|
||||
ssl.default.cn=
|
||||
ssl.default.cn=Some-State
|
||||
# Organization
|
||||
ssl.default.o=
|
||||
ssl.default.o=Internet Widgits Pty Ltd
|
||||
# Organizational Unit
|
||||
ssl.default.ou=
|
||||
|
||||
|
|
Loading…
Reference in a new issue