certificate checker to return some basic information about a remote site's certificate and display if it is valid or not
Find a file
2021-09-30 16:34:22 -04:00
checkcert chore: fix spelling 2021-09-30 16:34:22 -04:00
tests test: refactor test code for pep8 2021-09-30 16:31:19 -04:00
.coveragerc test: add base coverage for all functions 2021-09-28 16:52:14 -04:00
.envrc initial checkin with very basic functionality 2021-09-28 16:29:27 -04:00
.gitignore initial checkin with very basic functionality 2021-09-28 16:29:27 -04:00
.pylintrc refactor: clean-up for pylint 2021-09-30 16:14:22 -04:00
CHANGELOG.md docs: update docs with a _little_ more detail 2021-09-30 15:21:17 -04:00
Makefile initial checkin with very basic functionality 2021-09-28 16:29:27 -04:00
poetry.lock rewrote utilizing a sock-based github gist I found 2021-09-30 12:36:53 -04:00
pyproject.toml 0.2.0 2021-09-30 15:00:29 -04:00
README.md docs: update docs with a _little_ more detail 2021-09-30 15:21:17 -04:00

checkcert

This utility was based off of this gist.

I have wrapped the logic in a click-based CLI and added command-line options (checkcert --help to see them)

Installation

from PyPi

pip install checkert