Skip to content

jbollineni/certificate_checker

Repository files navigation

certificate_checker

Introduction

Python script to get TLS certificate information from endpoints and generate a HTML document.

Sample certinfo

How to?

Clone the repo

git@github.com:jbollineni/certificate_checker.git
cd certificate_checker

Create and activate a python virtual environment

python3 -m venv .venv
source .venv/bin/activate

Install python packages

pip install -r requirements.txt

Run Script

Add FQDNs to the fqdn_list.yml file and then run the script.

python certchecker.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published