From 151b606189542704f787cfd550651fbb5bbb628e Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 6 Dec 2015 10:40:21 +0100 Subject: Add scripts Signed-off-by: Florian Pritz --- httpstest | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 httpstest (limited to 'httpstest') diff --git a/httpstest b/httpstest new file mode 100755 index 0000000..e4fb0da --- /dev/null +++ b/httpstest @@ -0,0 +1,5 @@ +#!/bin/bash + +# usage: httpstest + +openssl s_client -servername $1 -connect $1:443