Tool for downloading ssl certificates from remote servers.
Just use PIP:
pip install get_cert
$ 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.