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

View file

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