ssl-cert-check
ssl-cert-check copied to clipboard
Send notifications when SSL certificates are about to expire.
The script does not allow for specifying a different target server and vhost like you would do with cURL using the Host header. The openssl s_client command does have the...
in addition to the -e flag to specify email addresses, this patch enables the definition of emails for a section of hosts in the file specified by -f. Example: hosts.cfg...
Enables you to filter the files in the cert directory eg: ``` ssl-cert-check -d certs_dir -F"-name *.pem ! -name *-key.pem" ```
Here was added procession of all certificates in JKS keystore. Also added support for bsd-mailx Option to send one aggregated mail with report instead of several separate mails per cert.
The issuer can be extracted from the temporary certificate file. When using ssl-cert-check in Debian Stretch, the issuer will not be extracted, because the regular expression does not fit anymore...
Debian Jessie defaults to bsd-mailx which does not support the `-r address` flag. I added a check to catch systems where mailx is symlinked to bsd-mailx and provide an email...
Hello. Great job, but it will be very useful to print sites from file with sorting of expiration days. Is it possible to implement? Where there is near 200 sites...
To prevent sending email for expired but revoked certificates.
The function check_server_status() lacks XMPP support. Here are the lines I've added to make it work : 624a625,633 > > elif [ "_${2}" = "_xmpp" -o "_${2}" = "_5222" ]...