Description: I always found getting all of the information about a certificate a little bit of a pain. Imagine my surprise when I found out that osquery can get all of that info in the blink of an eye. Try it out.
SQL:
SELECT * FROM curl_certificate
WHERE hostname ="www.google.com:443";
Operating Systems: Windows, Linux, Apple, FreeBSD
Reference:
#certificates #curl #web