mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-14 07:33:32 +01:00
6 lines
137 B
Text
6 lines
137 B
Text
|
# Report on last renewing of ssl certificates
|
||
|
CERTSTAT=~/cert_status
|
||
|
if [ -r $CERTSTAT ]; then
|
||
|
echo "Last certs: $(cat $CERTSTAT)";
|
||
|
fi;
|