support taking a list of domain names to check their certificate and alert #2
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
initial version only works on like PEM x509 files, which is fine, but is inside a privilege boundary.
It would be more flexible for monitor and alerts to just iterate through a list of domains:port to open socket and validate the certificate, and then alert from dates found.
This also allows this job to run from not on the host serving the TLS connection.