turbot/net_insights

Dashboard: SSL Certificate Report

A server certificate is a digital certificate issued to the server for two main purposes – to authenticate the server's identity and create a secure communication channel with the client.

This report answers the following questions:

  • Is the certificate valid?
  • How long is the certificate valid?
  • Is the certificate self-signed?
  • Was the certificate revoked by the certificate authority?
  • Is the certificate using any insecure certificate algorithms?
  • Are there any additional certificates?
This dashboard contains 1 input and 3 tables.

Usage

Install the mod:

mkdir dashboards
cd dashboards
powerpipe mod init
powerpipe mod install github.com/turbot/steampipe-mod-net-insights

Start the Powerpipe server:

steampipe service start
powerpipe server

Open http://localhost:9033 in your browser and select SSL Certificate Report dashboard.

You could also snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe dashboard run net_insights.dashboard.ssl_certificate_report --share

Queries

The dashboard uses the named queries:

Tags