From 0bf2bfe60c321836e26c246c1d53305b111f486f Mon Sep 17 00:00:00 2001 From: Jeremy Dubois Date: Mon, 8 Feb 2021 15:36:31 +0100 Subject: [PATCH] cert-expirations.sh : warning about UTC hours --- cert-expirations.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cert-expirations.sh b/cert-expirations.sh index ca4d0d8..773d820 100644 --- a/cert-expirations.sh +++ b/cert-expirations.sh @@ -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 \