-
Notifications
You must be signed in to change notification settings - Fork 226
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
Error: jq: error (at <stdin>:0): Cannot index string with string "dns_names" #7
Comments
Same error here... Any solution? |
same issue, any solution? |
Same issue, any help would be greatly appreciated |
I modified into this and it is working perfectly fine for me: |
it is showning same error |
certspotter(){ |
Thanks
…On Wed, 30 Jun 2021 at 8:06 PM, bharath619 ***@***.***> wrote:
certspotter(){
curl -s
https://api.certspotter.com/v1/issuances\?domain\=$1\&expand\=dns_names\&expand\=issuer
| jq '.[].dns_names[]' | tr -d '"' | sort -u
}
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARNXEV2CDPVODAAL2DMYORLTVMTWLANCNFSM4J73K5CQ>
.
|
thanks Dear brother |
When tried running
It throws this error:
jq: error (at <stdin>:0): Cannot index string with string "dns_names"
The text was updated successfully, but these errors were encountered: