From 6de7c78e07081bd139ce4b77c731fde658b5fc8d Mon Sep 17 00:00:00 2001 From: bobbyiliev Date: Fri, 14 Jul 2017 18:19:02 +0300 Subject: [PATCH] SSL checker updated --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9e2012..df83ddc 100644 --- a/README.md +++ b/README.md @@ -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.