From 489abcbd16e07ebb08023b7757bced38dce7a11a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 12 Nov 2023 23:02:32 -0600 Subject: [PATCH] Update certs.inc --- inc/certs.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/certs.inc b/inc/certs.inc index d5d92f76..2fba72c2 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -319,8 +319,8 @@ LISTCERTS(){ echo -e "\033[K${idsCL[White]} Expires: ${idsCL[Cyan]}${idsST[Bold]}$(date -d @${CERTEXPIRE} '+%m-%d-%Y')${idsST[Reset]}" echo -e "\033[K${idsCL[White]} Cert Common Name: ${idsCL[Cyan]}${idsST[Bold]}${SUBJECT}${idsST[Reset]}" echo - echo -e "\033[K${idsCL[White]}1) Cert Alt. Names: ${idsCL[Cyan]}${idsST[Bold]}${SUBJECTNAMES//,/, }${idsST[Reset]}" - echo -e "\033[K${idsCL[White]}2) Monitored: ${idsCL[Cyan]}${idsST[Bold]}${monitored}${idsST[Reset]}" + echo -e "\033[K1) ${idsCL[White]}Cert Alt. Names: ${idsCL[Cyan]}${idsST[Bold]}${SUBJECTNAMES//,/, }${idsST[Reset]}" + echo -e "\033[K2) ${idsCL[White]}Monitored: ${idsCL[Cyan]}${idsST[Bold]}${monitored}${idsST[Reset]}" if [ "${editc}" != "s" ]; then echo -e "\033[K" echo -e "\033[K"