Matty9191 / ssl-cert-check

Send notifications when SSL certificates are about to expire.
GNU General Public License v2.0
731 stars 287 forks source link

-x option dont work #121

Open LinuxVCE opened 2 years ago

LinuxVCE commented 2 years ago

hi

2022-08-21_14-01-49

[root@mx ~]# ./ssl-cert-check -f ssldomain -x 60

ajaibsingh commented 2 years ago

What are you expecting? It is working fine. You set the limit to 60 days. It will show 'Expiring' for all certs which are going to expire in the next 60 days.

stevenjs1 commented 1 month ago

I know this is an old thread but @LinuxVCE is correct. The -x option doesn't work. I use ssl-cert-check in my env. For once I wanted to get just the certs expiring in 90 days or less. Doesn't happen, I still get all the certs even if they are expiring next year.