Skip to content

Commit 75feb05

Browse files
committed
Fix indentation @ Intermediate cert validity
... when there were two server and >1 intermediate CA certificates.
1 parent a90b2cf commit 75feb05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10277,7 +10277,7 @@ certificate_info() {
1027710277
out "$indent"; pr_bold " Intermediate cert validity "
1027810278
first=false
1027910279
else
10280-
out "$indent$spaces"
10280+
out "$spaces"
1028110281
fi
1028210282
out "#${i}: "
1028310283
if ! [[ "$($OPENSSL x509 -checkend 1 2>>$ERRFILE <<< "$cert")" =~ \ not\ ]]; then

0 commit comments

Comments
 (0)