Skip to content

Commit 0d0fbe4

Browse files
committed
Fix indentation @ Intermediate cert validity (3.2)
... when there were two server and >1 intermediate CA certificates.
1 parent 559c089 commit 0d0fbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10144,7 +10144,7 @@ certificate_info() {
1014410144
out "$indent"; pr_bold " Intermediate cert validity "
1014510145
first=false
1014610146
else
10147-
out "$indent$spaces"
10147+
out "$spaces"
1014810148
fi
1014910149
out "#${i}: "
1015010150
if ! [[ "$($OPENSSL x509 -checkend 1 2>>$ERRFILE <<< "$cert")" =~ \ not\ ]]; then

0 commit comments

Comments
 (0)