mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-17 09:22:54 +02:00
Merge pull request #2891 from testssl/fix_indentation_3.3dev
Fix indentation @ Intermediate cert validity
This commit is contained in:
@ -10277,7 +10277,7 @@ certificate_info() {
|
||||
out "$indent"; pr_bold " Intermediate cert validity "
|
||||
first=false
|
||||
else
|
||||
out "$indent$spaces"
|
||||
out "$spaces"
|
||||
fi
|
||||
out "#${i}: "
|
||||
if ! [[ "$($OPENSSL x509 -checkend 1 2>>$ERRFILE <<< "$cert")" =~ \ not\ ]]; then
|
||||
|
Reference in New Issue
Block a user