Matty

Results 42 comments of Matty

Let me take a look to see what we can do here. Thanks for the issue.

Can you add "set -vx" to the second line and paste the output to the issue? Also, can you comment out the following line: rm -f "${CERT_TMP}" "${ERROR_TMP}" And send...

Hey @giana77. I don't have access to a MSFT VA or a PFX certificate so I won't be able to add this feature. Can you convert the certificate to PKCS#12...

Can you try out 4.13? One of the changes I received introduced a subtle bug. Should be fixed now.

I am unable to reproduce this. If I run it against a couple of domains it works as expected: $ ./ssl -x 90 -N -f bad 1 certificate(s) will expire...

Thanks @svogal for the patch. Let me review it.

Thanks for the feedback. I will initialize and validate these variables during the next release.

Which CA are you using to generate your certificates? All of the public CAs I've tested against define the country, organization and common name as part of the issuer. It...

If you can provide a bit more info I'll see about adding support for this specific type of issuer.

Your syntax is incorrect. There should be a space between the domain name and port: $ `ssl-cert-check -f domains` ``` Host Status Expires Days ----------------------------------------------- ------------ ------------ ---- www.nu.nl:443 Valid...