mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-08 09:40:57 +01:00
Fix #1662 in 3.0 branch
This commit fixes #1662 in the 3.0 branch by changing the fileout to use the value of $cert_ext_keyusage rather than the string "cert_ext_keyusage".
This commit is contained in:
parent
2cdcf1564b
commit
f7ef50b968
@ -8373,7 +8373,7 @@ certificate_info() {
|
|||||||
outok=false
|
outok=false
|
||||||
fi
|
fi
|
||||||
if "$outok"; then
|
if "$outok"; then
|
||||||
fileout "${jsonID}${json_postfix}" "INFO" "cert_ext_keyusage"
|
fileout "${jsonID}${json_postfix}" "INFO" "$cert_ext_keyusage"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
out "$indent"; pr_bold " Serial / Fingerprints "
|
out "$indent"; pr_bold " Serial / Fingerprints "
|
||||||
|
Loading…
Reference in New Issue
Block a user