Update nodemgmt-scripts.sh
This commit is contained in:
@@ -93,7 +93,7 @@ LISTCERTS(){
|
|||||||
DAYS=14; DUEIN=$(($(date +%s) + (86400*$DAYS)));
|
DAYS=14; DUEIN=$(($(date +%s) + (86400*$DAYS)));
|
||||||
|
|
||||||
DIVIDER true
|
DIVIDER true
|
||||||
echo -e "Certificate Subject: ${idsST[Bold]}${idsCL[Yellow]}${SUBJECT}${idsST[Reset]}${idsCL[Default]}"
|
echo -e "Certificate Subject: ${idsST[Bold]}${idsBG[Cyan]}${SUBJECT}${idsST[Reset]}${idsBG[Default]}"
|
||||||
if [ "${#SUBJECTNAMES[*]}" -gt 1 ]; then
|
if [ "${#SUBJECTNAMES[*]}" -gt 1 ]; then
|
||||||
anid=1
|
anid=1
|
||||||
for ALTNAME in "${SUBJECTNAMES[@]}"; do
|
for ALTNAME in "${SUBJECTNAMES[@]}"; do
|
||||||
|
|||||||
Reference in New Issue
Block a user