Dashboard: SSL/TLS Best Practices
Overview
Secure Sockets Layer (SSL) is an encryption-based internet security protocol for establishing authenticated and encrypted links between networked computers. This protocol helps in the transmission of data securely in a standards-based manner. It helps to establish secure communication between the client and the server by allowing the use of digital signatures, mutual authentication and encryption.
This security benchmark performs various standard security checks on certificates and SSL server configuration for a given domain.
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/steampipe-mod-net-insights
Start the Powerpipe server:
steampipe service startpowerpipe server
Open http://localhost:9033 in your browser and select SSL/TLS Best Practices dashboard.
You could also snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe benchmark run net_insights.benchmark.ssl_best_practices --share
Benchmark
This dashboard is automatically generated from the following benchmark:
benchmark.ssl_best_practices