1
0
Fork
You've already forked check_ssl_cert
0
No description
  • Perl 100%
2023年02月23日 18:35:43 +01:00
check_ssl_cert.pl refactor starttls 2023年02月23日 17:31:02 +01:00
cpanfile depend on perl >= 5.20 2023年02月23日 00:17:13 +01:00
LICENSE LICENSE 2023年02月23日 18:35:43 +01:00
README.md README.md 2023年02月23日 18:33:56 +01:00

check_ssl_cert

A monitoring plugin to check remotely a TLS certificate chain.

-H, --host=STRING host to connect to
-p, --port=INTEGER port to connect to (default: 443)
-P, --capath=STRING check the chain against this ca bundle (default: /etc/ssl/certs/ca-certificates.crt)
-C, --warning=INTEGER if any of the certs in the chain expire within this number of days emit a WARNING
-t, --timeout=INTEGER Seconds before plugin times out (default: 15)
--starttls=smtp perform STARTTLS on an SMTP connection
--name=STRING use STRING for EHLO on --starttls, (default: hostname --fqdn)

Exits CRITICAL if the verification fails, i. e. the chain does not go back to any of the certificates in the bundle or a certificate in the chain has expired.

No host name verification is done.

Bugtracker

https://codeberg.org/data/check_ssl_cert/issues

Private mirror: https://data.rbfh.de/git/check_ssl_cert.git/