Simple GO package to check if domains certificate is not expiring soon
Find a file
2024-07-25 19:25:28 +02:00
cmd [package] fix package name 2024-07-25 17:09:35 +02:00
.gitignore first commit 2024-07-25 17:03:53 +02:00
certchecker.go first commit 2024-07-25 17:03:53 +02:00
go.mod [package] fix package name 2024-07-25 17:09:35 +02:00
LICENSE [license] add' 2024-07-25 18:32:51 +02:00
Readme.md [readme] bump 2024-07-25 19:25:28 +02:00

CertChecker

Go Reference

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

import "git.domandoman.xyz/doman/certchecker"