Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-04 23:05:15 -06:00
parent aabf8adf93
commit 191050cf59

View File

@@ -93,7 +93,7 @@ LISTCERTS(){
DAYS=14; DUEIN=$(($(date +%s) + (86400*$DAYS)));
DIVIDER true
echo -e "Certificate Subject: ${idsST[Bold]}${idsBG[Cyan]}${SUBJECT}${idsST[Reset]}${idsBG[Default]}"
echo -e "Certificate Subject: ${idsST[Bold]}${idsBG[Blue]}${SUBJECT}${idsST[Reset]}${idsBG[Default]}"
if [ "${#SUBJECTNAMES[*]}" -gt 1 ]; then
anid=1
for ALTNAME in "${SUBJECTNAMES[@]}"; do