Skip to content

Instantly share code, notes, and snippets.

@jschlyter
Last active December 4, 2017 03:05
Show Gist options
  • Save jschlyter/0b3159735c1bf95df14dc956d1c4e833 to your computer and use it in GitHub Desktop.
Save jschlyter/0b3159735c1bf95df14dc956d1c4e833 to your computer and use it in GitHub Desktop.
Certstream + Logstalgia = True
#!/bin/sh
certstream --json |\
jq -r '.data | [ (.seen|floor|tostring), .leaf_cert.all_domains[0], .chain[0].subject.CN, "200", "0" ] | join("|")' |\
logstalgia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment