turbot / steampipe-plugin-net

Use SQL to instantly query DNS records, certificates and other network information. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/net
Apache License 2.0
22 stars 5 forks source link

Fix net_certificate example #53

Closed pdecat closed 1 year ago

pdecat commented 1 year ago

Using not_before as expiration date is incorrect, not_after is what is needed.

misraved commented 1 year ago

Thanks @pdecat for catching the bug 👍 .