docs: update docs with a _little_ more detail
This commit is contained in:
parent
93594ecd9c
commit
d15740d3e9
3 changed files with 22 additions and 10 deletions
14
README.md
14
README.md
|
@ -1 +1,13 @@
|
|||
get information about certificates, by default will output the expiration date
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue