Skip to content
New issue

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

Typo in "issuer" field when exporting SSL certificates to JSON #2876

Closed
jcamiel opened this issue Jun 4, 2024 · 0 comments · Fixed by #2877
Closed

Typo in "issuer" field when exporting SSL certificates to JSON #2876

jcamiel opened this issue Jun 4, 2024 · 0 comments · Fixed by #2877
Labels
bug Something isn't working

Comments

@jcamiel
Copy link
Collaborator

jcamiel commented Jun 4, 2024

When exporting SSL certificate to JSON, issuer is exported in an issue field instead of 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"
}
@jcamiel jcamiel added the bug Something isn't working label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant