[readme] bump
This commit is contained in:
parent
13bff43dde
commit
b729b491b0
1 changed files with 17 additions and 0 deletions
17
Readme.md
17
Readme.md
|
@ -0,0 +1,17 @@
|
|||
# CertChecker
|
||||
|
||||
[![Go Reference](https://pkg.go.dev/badge/git.domandoman.xyz/doman/certchecker.svg)](https://pkg.go.dev/git.domandoman.xyz/doman/certchecker)
|
||||
|
||||
CertChecker is VERY COMPLEX Go package providing one function and one cli interface.
|
||||
|
||||
## What does it do?
|
||||
|
||||
Package scans domain to check if it's certificate won't expire soon.
|
||||
|
||||
One may ask why do we need such an package when even personal hobby projects use automatic certbot certificates management? Yes.
|
||||
|
||||
## Including package
|
||||
|
||||
```go
|
||||
import "git.domandoman.xyz/doman/certchecker"
|
||||
```
|
Loading…
Reference in a new issue