diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index d7ae8690..16044a13 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -93,7 +93,7 @@ LISTCERTS(){ DAYS=14; DUEIN=$(($(date +%s) + (86400*$DAYS))); DIVIDER true - echo -e "Certificate Subject: ${idsST[Bold]}${idsCL[Cyan]}${SUBJECT}${idsST[Reset]}${idsCL[Default]}" + echo -e "Certificate Subject: ${idsST[Bold]}${idsCL[LightYellow]}${SUBJECT}${idsST[Reset]}${idsCL[Default]}" if [ "${#SUBJECTNAMES[*]}" -gt 1 ]; then anid=1 for ALTNAME in "${SUBJECTNAMES[@]}"; do