From b729b491b0575a3cd488a79f03575305b65d71dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Doma=C5=84ski?= Date: Thu, 25 Jul 2024 19:25:28 +0200 Subject: [PATCH] [readme] bump --- Readme.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Readme.md b/Readme.md index e69de29..a3a296a 100644 --- a/Readme.md +++ b/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" +```