bash-ssl-checker-tool/README.md

7 lines
374 B
Markdown
Raw Normal View History

2017-07-14 16:27:54 +02:00
# bash-ssl-checker-tool
This is a very simple bash script that you could use to gain general information for the SSL certificate of a certain domain name. It is based on the functionality of the popular https://sslshopper.com website, but it's a command line tool.
2017-07-14 17:19:02 +02:00
The script has been tested on CentOS, Ubuntu, Mint and Debian.
Note: You need to have 'openssl' installed.