Adds scripts to help with ssl testing

This commit is contained in:
Jonathan Hodgson 2020-09-22 15:49:42 +01:00
parent 77955b1e18
commit 085f17ab1f
2 changed files with 63 additions and 0 deletions

View file

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