13 lines
283 B
Markdown
13 lines
283 B
Markdown
# checkcert
|
|
|
|
This utility was based off of [this
|
|
gist](https://gist.github.com/gdamjan/55a8b9eec6cf7b771f92021d93b87b2c).
|
|
|
|
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
|
|
|