SSL checker updated

This commit is contained in:
bobbyiliev 2017-07-14 18:19:02 +03:00
parent 338f9f1b0f
commit 6de7c78e07

View file

@ -1,3 +1,6 @@
# 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.
The script has been tested on CentOS, Ubuntu, Mint and Debian
The script has been tested on CentOS, Ubuntu, Mint and Debian.
Note: You need to have 'openssl' installed.