Track the expiry date of your SSL/TLS certificates.
466
Track the expiry date of your SSL/TLS certificates.
SSLHawk is a small self-hosted service that keeps an eye on the SSL/TLS certificates of the domains you configure. A scheduled job opens a TLS connection to each active domain, reads the server certificate and stores its expiry date, common name (CN) and issuer. A dashboard highlights the domains that are approaching expiry, and optional email alerts can notify you before a certificate expires.
docker run -d \
--name sslhawk \
-p 8080:8080 \
-v sslhawk-data:/app/db \
-e JWT__JWTKey="CHANGE_ME_use_a_long_random_secret" \
--restart unless-stopped \
uomofocaccin/sslhawk:latest
Source code: https://github.com/uomofocaccina/SSLHawk
Content type
Image
Digest
sha256:b8619c8ea…
Size
104.9 MB
Last updated
about 1 month ago
docker pull uomofocaccin/sslhawk