Installation
From Pypi
The easiest way is to install via pypi via:
pip install checkcert
If you already have checkcert installed and wish to update it, run:
pip install -U checkcert
This will upgrade the currently-installed version to the latest.
From Git
There are many methods for running within a virtual environment isolated for a particular package. Certcheck has been built with poetry, so this document details that method, but there are certainly other ways to accomplish the same thing
clone the repo
git clone https://github.com/kellya/checkcert.gitcd to the directory you just cloned
cd checkcertinstall the required packages
poetry installactivate the poetry-built venv
poetry shellrun with
python certcheck/certcheck.py