From bae4e9c6a82f980a2511c722d5f13ee741025257 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 13 Nov 2023 20:09:03 -0600 Subject: [PATCH] Update certs.inc --- inc/certs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/certs.inc b/inc/certs.inc index 1a2920a0..5e99a33b 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -321,7 +321,7 @@ LISTCERTS(){ [ "${CHECKCERT_DOMAINS[${SUBJECT}]}" != "" ] && monitored="Yes" || monitored='-' editc=0 until [ "${editc^}" = "C" ]; do - echo -e "\033[K ${idsCL[White]} Expires: ${idsCL[Cyan]}$(date -d @${CERTEXPIRE} '+%m-%d-%Y')" + echo -e "\033[K ${idsCL[White]} Expires: ${idsCL[Cyan]}$(date -d @${CERTEXPIRE} '+%B %d %Y')" echo -e "\033[K ${idsCL[White]} Cert Common Name: ${idsCL[Cyan]}${SUBJECT}${idsST[Reset]}" echo echo -e "\033[K ${idsCL[Green]}1) ${idsCL[White]}Cert Alternate Names: ${idsCL[Cyan]}${SUBJECTNAMES//,/, }"