Small Web-UI to check SSL Certs
Create a file by the name domains.txt with $domain:$port on each line. For example:
$ cat domains.txt
imap.mail.yahoo.com:993
smtp.gmail.com:465
facebook.com:443Run the server
$ php -S 127.0.0.1:8080 Visit http://localhost:8080 in your browser.
