Merge pull request #1222 from andrewbonney/2.9dev

Fix escaping error in JSON output for OCSP stapling check
This commit is contained in:
Dirk Wetter 2019-04-01 14:10:56 +02:00 committed by GitHub
commit 4b05e39133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8518,7 +8518,7 @@ certificate_info() {
((ret++))
else
out "(response status unknown)"
fileout "${jsonID}${json_postfix}" "OK" " not sure what's going on here, \'$ocsp_response\'"
fileout "${jsonID}${json_postfix}" "OK" " not sure what's going on here, '$ocsp_response'"
debugme grep -a -A20 -B2 "OCSP response" <<<"$ocsp_response"
((ret++))
fi