Skip to main content

sanpai is a tool for inspecting and diffing SANs on x509 certificates

Project description

Sanpai is a tool for inspecting and diffing SANs on x509 certificates.

Modules

For converting a directory to a dict, use convert_dir:

>>> from sanpai import san
>>> domains = san.inspect(pem_file="path/to/cert.pem")
>>> type(domains)
<type 'list'>

Scripts

From command line, retrieve newline-separated list of domains attached to a cert:

$ sanpai /path/to/cert.pem
subdomain.example.com
example.org
*.wilcard.io

Compare two certs:

$ sanpai /path/to/cert1.pem --diff /path/to/cert2.pem
- subdomain.example.com
+ www.example.org
! example.org
...

Installation

To install Sanpai, simply:

$ pip install sanpai

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

sanpai-0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Supported by

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