Adds script to get an ssl certificate

This commit is contained in:
Jonathan Hodgson 2020-04-30 21:37:54 +01:00
parent ad0946598a
commit 7b0f9c0029

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