Hi,
Not really sure if this is the right place to post, but I'm hoping someone can shed some light
I have a script which goes through a list of sites, and extracts thye SSL expiry date (if they have one) .... this one however refuses to work:
openssl s_client -connect 2>/dev/null </dev/null | openssl x509 -noout -enddate
Running manually, it simply hangs
Is there a way I can set make a 10-15 second delay, before it will give up and move onto the next one?
TIA
Andy
Not really sure if this is the right place to post, but I'm hoping someone can shed some light
I have a script which goes through a list of sites, and extracts thye SSL expiry date (if they have one) .... this one however refuses to work:
openssl s_client -connect 2>/dev/null </dev/null | openssl x509 -noout -enddate
Running manually, it simply hangs
Is there a way I can set make a 10-15 second delay, before it will give up and move onto the next one?
TIA
Andy