Removed useless function

This commit is contained in:
Andrea Mistrali 2018-06-22 16:21:24 +02:00
parent b1b4a92060
commit ec35432976
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
server=$1
host=$2
if [ -z $host ]
then
host=$server
fi
openssl s_client -connect $server:443 -servername $host