Skip to content

nehaljwani/certcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

certcheck

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:443

Run the server

$ php -S 127.0.0.1:8080 

Visit http://localhost:8080 in your browser.

screenshot from 2017-03-03 11-01-06

About

Small Web-UI to check SSL Certs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages