ssl-cert-check icon indicating copy to clipboard operation
ssl-cert-check copied to clipboard

Send notifications when SSL certificates are about to expire.

Results 93 ssl-cert-check issues
Sort by recently updated
recently updated
newest added

Commit 1fa78ae374ff9454aa5dc2dedfb33e86edb589ae breaks Nagios mode. Given a domain list with `expired.badssl.com` in it, Before: ``` ./ssl-cert-check/ssl-cert-check -f domains.txt -N -x 60 ; echo $? 1 certificate(s) expired (expired.badssl.com:443 on Apr...

I noticed that with -i, the issuer is not reported if the name doesn't contain '/O='. E.g. OpenSSL returns "issuer= /CN=Fake LE Intermediate X1" On the other hand, it's quite...

Since the commit from last friday (2020-01-17) the file-option is not working for me. ssl-cert-check tries to connect to the local server (via it's dns name) on port 443 and...

Hello, Testing my SMTP server with **4.11** version (from master) on a Debian 10 produces the following message: ``` unable to load certificate 140114474460288:error:0909006C:PEM routines:get_name:no start line:../crypto/pem/pem_lib.c:745:Expecting: TRUSTED CERTIFICATE unable...

I upgraded my script from 3.2.8 -> 4.1.0 (MacOS) Now I see these two errors that did not occur with the older version of the script ``` Host Issuer Status...

I found an issue, that it doesn't work with PFX certificate. Can you add check also for certificates created from Microsoft CA? Thanks

Hello, Once in a while i am getting message that mentions that certificate is already expired for certificate that is valid . This is the command that i am running....

bash getopts is not used correct for -S (colon after "S" in line 769 indicates need for an option, which is neither necessary nor used in the script).

Sorry for the rewrite of the getopts, but I wanted to add emailSubjectPrefix and couldn't do it with getopts.

Hello, This is mostly a "quality" issue rather than a real bug: If testing **ssl-cert-check** with **shellcheck** then a lot of warnings are issued: ``` ssl-cert-check line 759: set --...