cert-expirations.sh : warning about UTC hours

This commit is contained in:
Jérémy Dubois 2021-02-08 15:36:31 +01:00
parent 847694339c
commit 0bf2bfe60c
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ if [ "$carp" = "backup" ]; then
exit 0
fi
echo "Warning : all times are in UTC !\n"
echo "CA certificate:"
openssl x509 -enddate -noout -in /etc/shellpki/cacert.pem \