Adds script to get an ssl certificate

This commit is contained in:
Jonathan Hodgson 2020-04-30 21:37:54 +01:00
parent 3bc6eceff8
commit ddb3af4de1

3
bin/.bin/getCertificate Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
echo "" | openssl s_client -connect "$1" | openssl x509 -noout -text