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
23 stars 5 forks source link

Recompile plugin with go version 1.17 #13

Closed misraved closed 3 years ago

misraved commented 3 years ago

Example query results

Results ``` select issuer, not_before as exp_date from net_certificate where domain = 'steampipe.io'; +----------------------------+----------------------+ | issuer | exp_date | +----------------------------+----------------------+ | CN=R3,O=Let's Encrypt,C=US | 2021-11-01T06:45:14Z | +----------------------------+----------------------+ ```