Update nodemgmt-scripts.sh
This commit is contained in:
@@ -111,7 +111,7 @@ LISTCERTS(){
|
||||
anid=1
|
||||
for ALTNAME in "${SUBJECT_NAMES[@]}"; do
|
||||
if [ "${anid}" = 1 ]; then alttitle='Alternate Subject(s):'; else alttitle=' '; fi
|
||||
echo -e "${alttitle} ${idsCL[LightCyan]}${ALTNAME}${idsCL[Default]}"
|
||||
echo -e "${alttitle} ${idsCL[Cyan]}${ALTNAME}${idsCL[Default]}"
|
||||
anid=`expr $anid + 1`
|
||||
done
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user