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

HI I am running the script on my MAC book and getting the error. Could you please help with this. ssl-cert-check -f ERROR: The file named /var/tmp/cert.2yjFg5 is unreadable or...

Per comment in issue #50, fix overridden TLSFLAG that breaks, e.g., host:587 check.

I have openssl 1.1.0 (Debian 9) and the record separator is different. Now the record separator is a comma and not forward slash. There are also some blank spaces around...

TLSFLAGS for mail and ftp servers were overwritten by the default TLSFLAGS. This sets the default first and then appends the specific flags to the array.

Hi, with current git master (commit 09fad650fb99ff8368d80d6a37d66faedda2abc8) I still experience the reported TLSFLAG issue from issue #50. The fix from @kartoffelheinz https://github.com/Matty9191/ssl-cert-check/issues/50#issuecomment-482811540 fixes the problem for me: Without fix (note...

Hi, I need the following patch to get it to work: https://pastebin.com/JjbV7XD5 Without it I get this error: ssl-cert-check.org -f ssl_domains.txt Host Status Expires Days ----------------------------------------------- ------------ ------------ ---- unable...

At least with OpenSSL 1.1.1b, ssl-cert-check reports blanks for the certificate details. (issuer, common name,) Apparently, OpenSSL changed the default format for printing names. e.g. ````bash openssl x509 -in ww.pem...