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