Python script to get TLS certificate information from endpoints and generate a HTML document.
git@github.com:jbollineni/certificate_checker.git
cd certificate_checker
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Add FQDNs to the fqdn_list.yml
file and then run the script.
python certchecker.py