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