Sign inSign up

vensder/ssl-checker

By vensder

Updated about 6 years ago

SSL Checker Dashboard builded using Bottle Python micro web-framework.

Image
0

1.8K

vensder/ssl-checker repository overview

SSL Checker Dashboard

Python application

SSL Checker Dashboard builded using Bottle Python micro web-framework (Work In Progress).

The dashboard allows you to overview the expiration days for the SSL certificates of the domains from the cron/domains.lst file.

SSL Checker Dashboard

How to run locally

docker-compose build
docker-compose up -d cron redis
sleep 10
docker-compose up -d web-app
docker-compose ps

Open the link in a browser: http://localhost:8080/

Run load test

ab -c 100 -n 10000 http://127.0.0.1:8080/all

Tag summary

Content type

Image

Digest

Size

18 MB

Last updated

about 6 years ago

docker pull vensder/ssl-checker