redo, add docker

This commit is contained in:
Dirk Wetter 2019-03-28 17:20:30 +01:00
parent 6a64b5f964
commit 3a02843f09

View File

@ -1,18 +1,16 @@
Please make sure that you provide enough information so that we understand what your issue is about. Please make sure that you provide enough information so that we understand what your issue is about.
1. uname -a
1. testssl version from the banner (testssl.sh -b 2>/dev/null | head -4 | tail -2) 2. testssl version from the banner: testssl.sh -b 2>/dev/null | head -4 | tail -2
2. what exactly was happening, output is needed 3. git log | head -1 (if running from git repo)
3. what did you expect instead? 4. openssl version: testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}'
4. steps to reproduce 4. steps to reproduce: testssl.sh or docker command line, if possible incl. host
5. what exactly was happening, output is needed
6. what did you expect instead?
1. testssl.sh command line
1. if possible: target IP
1. openssl version used (testssl.sh -b 2>/dev/null | head -16 | tail -3)
1. your operating system (uname -a)