We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b6234 commit 47e9814Copy full SHA for 47e9814
1 file changed
testssl.sh
@@ -9150,7 +9150,7 @@ certificate_info() {
9150
outln ">= 825 days certificate life time but issued before 2018/03/01"
9151
fileout "cert_validityPeriod${json_postfix}" "INFO" "$((diffseconds / (3600 * 24) )) =< 825 days"
9152
fi
9153
- else
+ else
9154
# All is fine with valididy period
9155
# We ignore for now certificates < 2018/03/01. On the screen we only show debug info
9156
[[ "$DEBUG" -ge 1 ]] && outln "${spaces}DEBUG: all is fine with total certificate life time"
0 commit comments