get-cert

Tool for downloading ssl certificates from remote servers.


Keywords
ssl, tool
License
MIT
Install
pip install get-cert==19.1.3

Documentation

get_cert

Tool for downloading ssl certificates from remote servers.

Installation

Just use PIP:

pip install get_cert

Usage

$ python -m get_cert --help
Usage: get_cert.py [OPTIONS] URL

  Retrieve and print out the ssl certificate.

  Args:     URL (str): url to be picked up

Options:
  --help  Show this message and exit.