Skip to main content

Check SSL certificate expiry for one or more domains

Project description

ssl-cert-checker

Check SSL certificate expiry for one or more domains. CMDOP skill + standalone Python library.

Install

pip install ssl-cert-checker

Or as a CMDOP skill:

cmdop-skill install path/to/ssl-cert-checker

CLI

ssl-cert-checker check --domains github.com google.com
✅  github.com: expires 2026-04-05 (33 days) — Sectigo Limited
✅  google.com: expires 2026-04-27 (54 days) — Google Trust Services

JSON output (for scripts/CMDOP bot):

ssl-cert-checker check --domains github.com --json

Python API

from ssl_cert_checker import check_cert, check_certs, CertResult, status_emoji

# Single domain
result = check_cert("github.com")
print(result.domain, result.expires, result.days_left, result.issuer)

# Batch
results = check_certs(["github.com", "google.com"])

# Status emoji: red (<7d), warning (<30d), green (>=30d)
print(status_emoji(result.days_left))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ssl_cert_checker-0.1.1.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ssl_cert_checker-0.1.1-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file ssl_cert_checker-0.1.1.tar.gz.

File metadata

  • Download URL: ssl_cert_checker-0.1.1.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for ssl_cert_checker-0.1.1.tar.gz
Algorithm Hash digest
SHA256 30f82ec708553ed564ff0b197920f42cae56b477ea90c8419019c7ce97352880
MD5 68685c9698e8f1351924afb7556269f9
BLAKE2b-256 e843368865036a43e30fe7a1160484ab730d904417a05b92d2ee34ee467575da

See more details on using hashes here.

File details

Details for the file ssl_cert_checker-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for ssl_cert_checker-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ff0aa2bdaf8eed8ae6e4c2200917b39a8a1f5e42dee14d37e3d8f43f5e659b65
MD5 baced7476bf6b6f6cd1ef756f4e6e1d5
BLAKE2b-256 2187ea5ef210651383fdcbdd3db41021d6946dd923eef1cc95dc1189480fb605

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page