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
Describe the bug
> select dns_names, not_after, not_before from crtsh_certificate where query = 'google.com' AND not_after > now() Error: rpc error: code = Internal desc = crtsh: rpc error: code = Internal desc = hydrate function listCertificate failed with panic setting PGSYSCONFDIR not supported (SQLSTATE HV000)
> select dns_names, not_after, not_before from crtsh.crtsh_certificate where query = 'example.com' AND not_after > now() Error: crtsh: failed to populate column 'public_key': rpc error: code = Internal desc = transform publicKeyToPem failed with panic interface conversion: interface {} is nil, not *rsa.PublicKey (SQLSTATE HV000) +-----------+-----------+------------+ | dns_names | not_after | not_before | +-----------+-----------+------------+ +-----------+-----------+------------+
Steampipe version (steampipe -v) v1.0.0
steampipe -v
Plugin version (steampipe plugin list) v1.0.0
steampipe plugin list
To reproduce See above
Expected behavior No errors
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
ParthaI
Successfully merging a pull request may close this issue.
Describe the bug
Steampipe version (
steampipe -v
)v1.0.0
Plugin version (
steampipe plugin list
)v1.0.0
To reproduce
See above
Expected behavior
No errors
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: