diff --git a/Findings-and-HowTo-Fix-them.md b/Findings-and-HowTo-Fix-them.md index 7e9f071..56218cb 100644 --- a/Findings-and-HowTo-Fix-them.md +++ b/Findings-and-HowTo-Fix-them.md @@ -1,6 +1,6 @@ ## Small Debugging HowTo -### extended debugging output +### Extended debugging output Two options here: @@ -8,9 +8,9 @@ Two options here: * Run the section where the problem is (see ``--help``): ``script -c "bash -vx testssl.sh optionfortherightsection>"`` -### debug yourself +### Debug yourself -YMMV, this is just a hint. +YMMV * spot the section where the bug is * edit the script and put **after** the section an ``exit 0``