Bash script to check Certificates of multiple domains

Great work by everyone at LE

Now that I have a method of issuing free SSL certs for domains, I wanted a quick method to check if the basics of my certificates were OK ( that the domain name matches the certificate, that it’s within date etc.)

I created a quick bash script that does the basics - https://github.com/srvrco/checkssl and thought I may as well make it available to everyone as there may well be others in a smimilar situation. As with LE, it’s beta :wink: I’ll add updates on github, and welcome any suggestions if people would like additional functionality or help add functionality. Feel free to use

If you are looking for a detailed SSL check ( rather than this quick check on name, date etc) please try https://www.ssllabs.com/ssltest/

3 Likes

I made a little modification to your script, you can now get a list of domains by specifying your Lets Encrypt live directory…

2 Likes

Excellent idea, thanks. tested and merged to the main branch :slight_smile:

1 Like

I’ll add some error checking on my mod when I get a bit more time, it was a bit of a rush hack! Sorry!