From ddb3af4de10d6bf29f69ee655c8fbaef0a1ae711 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Thu, 30 Apr 2020 21:37:54 +0100 Subject: [PATCH] Adds script to get an ssl certificate --- bin/.bin/getCertificate | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/.bin/getCertificate diff --git a/bin/.bin/getCertificate b/bin/.bin/getCertificate new file mode 100755 index 00000000..4bd51437 --- /dev/null +++ b/bin/.bin/getCertificate @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +echo "" | openssl s_client -connect "$1" | openssl x509 -noout -text