Skip to content

Commit 13c7977

Browse files
authored
Merge pull request #2889 from testssl/fix_indentation
Fix indentation @ Intermediate cert validity (3.2)
2 parents 559c089 + 0d0fbe4 commit 13c7977

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)