Skip to main content

A tool to check SSL certificate expiration dates.

Project description

zopyx.ssl-cert-check

A tool to check SSL certificate expiration dates.

Installation

You can install the package using pip or uv.

Using pip

pip install .

Using uv

uv pip install .

Usage

The tool checks SSL certificate expiration for a list of domains specified in a configuration file.

Default configuration

By default, it looks for a file named .ssl_domains in your home directory.

Create a file at ~/.ssl_domains with the following format (domain and port on each line):

example.com 443
another-domain.com 443

Then, run the following command:

check-ssl-domains

Custom configuration file

You can also provide a path to a different configuration file using the first argument:

check-ssl-domains /path/to/your/config_file

The format of the configuration file is the same as the default one.

Security Options

The tool includes several security-focused options:

# Allow connections to private IP addresses (use with caution)
check-ssl-domains --allow-private-ips

# Limit concurrent connections (default: 50)
check-ssl-domains --max-concurrent 20

# Set connection timeout (default: 5 seconds)
check-ssl-domains --timeout 10

Security Note: By default, the tool blocks connections to private IP addresses to prevent Server-Side Request Forgery (SSRF) attacks. Only use --allow-private-ips if you need to check internal services and understand the security implications.

Example output

The tool will print a table with the host, port, days until expiration, and the status:

| Host               | Port | Expires In (Days) | Status      |
|--------------------|------|-------------------|-------------|
| example.com        | 443  | 30                | 30 days     |
| another-domain.com | 443  | 60                | 60 days     |

License

MIT

Copyright

(C) 2025 by Andreas Jung

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

zopyx_ssl_cert_check-0.4.3.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

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

zopyx_ssl_cert_check-0.4.3-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file zopyx_ssl_cert_check-0.4.3.tar.gz.

File metadata

File hashes

Hashes for zopyx_ssl_cert_check-0.4.3.tar.gz
Algorithm Hash digest
SHA256 9d67d434a1fcce7c92149bfedc1ae6f0da11a47e31bee5c7ce911b8b8c281cca
MD5 41ab5c2ce82992136d13a48b0269d28e
BLAKE2b-256 cf4d72ad468bf0ebc76e74d9b7c0d1ae68d1c845be144913dbddeda4e3293d43

See more details on using hashes here.

File details

Details for the file zopyx_ssl_cert_check-0.4.3-py3-none-any.whl.

File metadata

File hashes

Hashes for zopyx_ssl_cert_check-0.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 fc211b30c592688365f1f7170e9fe49636e30c3d374f4892342e42dde9cc27dd
MD5 9563325ed1575cba59d0bf4a364148e9
BLAKE2b-256 152c233fa9bd011c94626f7bc8bb4aedc4fb5f365e2e4da5fe14160ebcf20fd8

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