ssl-cert-check
ssl-cert-check copied to clipboard
CSV or JSON output
thank you very much for the script. the current output is good for human reading from screen. but could you add output options like csv or json so that your output can be processed by a further script, for instance to produce a nice looking web page for ssl cert overview? :-)
thank you very much for the script. the current output is good for human reading from screen. but could you add output options like csv or json so that your output can be processed by a further script, for instance to produce a nice looking web page for ssl cert overview? :-)
I would also like output options for automation scripting
Yes I'm also interested in json output, it will be great if we can have this feature implemented 👍
Thanks @svogal for the patch. Let me review it.
thank you @Matty9191 and @svogal for looking into this.
Note that:
- It's not JSON but JSONL (every line is a separate JSON object).
- All values are strings.
- There's no escaping of double quote or new line, so it's probably not bulletproof. There could be edge cases when the object breaks.
But it was easier to do that way and it works for me without problems.