Dir cleanup.
This commit is contained in:
parent
cf2edaa1e7
commit
ab60ec957f
4 changed files with 0 additions and 0 deletions
|
@ -1,8 +0,0 @@
|
|||
#/bin/bash
|
||||
|
||||
SERVERLIST=("shadow.schotty.com" "schotty.com" "matrix.schotty.com" "mx.andrewschott.com")
|
||||
|
||||
for i in ${SERVERLIST[*]}; do
|
||||
echo | openssl s_client -servername $i -connect $i:443 2>/dev/null | openssl x509 -noout -subject -enddate
|
||||
echo
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue