We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When exporting SSL certificate to JSON, issuer is exported in an issue field instead of issuer
issue
issuer
$ echo 'HEAD https://hurl.dev' | hurl --json | jq '.entries[0].calls[0].response.certificate' { "expire_date": "2024-09-01 18:26:29 UTC", "issue": "C = US, O = Let's Encrypt, CN = R3", "serial_number": "03:1c:a1:10:6b:20:d0:1f:22:d6:17:fb:b0:2d:16:77:64:db", "start_date": "2024-06-03 18:26:30 UTC", "subject": "CN = hurl.dev" }
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When exporting SSL certificate to JSON, issuer is exported in an
issue
field instead ofissuer
The text was updated successfully, but these errors were encountered: