Sign inSign up

uomofocaccin/sslhawk

By uomofocaccin

Updated about 1 month ago

Track the expiry date of your SSL/TLS certificates.

Image
Networking
Security
Monitoring & observability
0

466

uomofocaccin/sslhawk repository overview

SSLHawk

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.

Features

  • Track certificate expiry, CN and issuer for any number of domains
  • Scheduled background check (cron-configurable at runtime)
  • Dashboard with warning / danger / expired thresholds (configurable)
  • Optional email alerts via SMTP
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

Tag summary

Content type

Image

Digest

sha256:b8619c8ea

Size

104.9 MB

Last updated

about 1 month ago

docker pull uomofocaccin/sslhawk