From 562308047515081faf9ba09638a898f42d1a3c50 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 13 Nov 2023 20:09:38 -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 5e99a33b..45ccc455 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} '+%B %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//,/, }"