SSL Checker Dashboard builded using Bottle Python micro web-framework.
1.8K
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.

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/
ab -c 100 -n 10000 http://127.0.0.1:8080/all
Content type
Image
Digest
Size
18 MB
Last updated
about 6 years ago
docker pull vensder/ssl-checker