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 --- httpscert | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 httpscert (limited to 'httpscert') diff --git a/httpscert b/httpscert new file mode 100755 index 0000000..c2834c0 --- /dev/null +++ b/httpscert @@ -0,0 +1,3 @@ +#!/bin/bash + +httpstest $1 | sed -n '/-----BEGIN/,/-----END/p' | openssl x509 -text -- cgit v1.2.3-24-g4f1b