Sign inSign up

vensder/ssl-checker-cron

By vensder

•Updated about 6 years ago

Cron service for SSL checker

Image
0

1.5K

vensder/ssl-checker-cron 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

16.1 MB

Last updated

about 6 years ago

docker pull vensder/ssl-checker-cron