jellykells / ssl-badge

Qualys SSL rating as icon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSL-Badge

https://sslbadge.org

SSL Rating

SSL-Badge is a service that displays your website's SSL/TLS rating (according to Qualys Labs) as an svg badge.

Grades

A+ A A- B C F M T Err Calculating

Usage

Generate the markdown at sslbadge.org, or use the following markdown, replacing both example.com's with your domain name:

[![SSL Rating](https://sslbadge.org/?domain=example.com)](https://www.ssllabs.com/ssltest/analyze.html?d=example.com)

The badge will say Calculating upon initial request. Clicking the badge opens a detailed report from Qualys Labs. Grades are recalculated every 24 hours at 3 am EST. Headers are set to disable caching.

Why?

Certificates expire, server configurations change, and protocols become insecure. SSL-Badge helps you keep an eye on the security of your SSL/TLS configuration.

To Run

npm install

node app.js

About

Qualys SSL rating as icon


Languages

Language:JavaScript 91.6%Language:HTML 8.4%