/get_cert

tool for downloading ssl certificates from remote servers

Primary LanguagePythonMIT LicenseMIT

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.