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//,/, }"