1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-06-03 05:38:36 +02:00
This commit fixes  by changing the fileout to use the value of $cert_ext_keyusage rather than the string "cert_ext_keyusage".
This commit is contained in:
David Cooper 2020-06-25 07:31:50 -04:00
parent d19aed2345
commit 91ceaca1e9

@ -8647,7 +8647,7 @@ certificate_info() {
outok=false
fi
if "$outok"; then
fileout "${jsonID}${json_postfix}" "INFO" "cert_ext_keyusage"
fileout "${jsonID}${json_postfix}" "INFO" "$cert_ext_keyusage"
fi
out "$indent"; pr_bold " Serial / Fingerprints "