Added Oh My Posh Script.
This commit is contained in:
parent
cdc90f83e7
commit
96a8c61f00
7 changed files with 174 additions and 108 deletions
|
@ -1,6 +1,6 @@
|
|||
#/bin/bash
|
||||
|
||||
SERVERLIST=("shadow.schotty.com" "schotty.com" "gitlab.schotty.com" "mx.andrewschott.com")
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue