SSL checker updated
This commit is contained in:
parent
338f9f1b0f
commit
6de7c78e07
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
# bash-ssl-checker-tool
|
# 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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue