Added Oh My Posh Script.
This commit is contained in:
parent
3cc0563459
commit
1d03f114e7
13 changed files with 6 additions and 67 deletions
8
certs/check-ssl-expiry.sh
Executable file
8
certs/check-ssl-expiry.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#/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