issues
search
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 steampipe-plugin-sdk v3.3.2
#39
Closed
misraved
closed
2 years ago
misraved
commented
2 years ago
Example query results
Results
``` select issuer, not_before as exp_date from net_certificate where domain = 'steampipe.io'; +----------------------------+---------------------------+ | issuer | exp_date | +----------------------------+---------------------------+ | CN=R9,O=Let's Encrypt,C=US | 2022-01-26T18:18:53+05:30 | +----------------------------+---------------------------+ ```
Example query results
Results
``` select issuer, not_before as exp_date from net_certificate where domain = 'steampipe.io'; +----------------------------+---------------------------+ | issuer | exp_date | +----------------------------+---------------------------+ | CN=R9,O=Let's Encrypt,C=US | 2022-01-26T18:18:53+05:30 | +----------------------------+---------------------------+ ```