diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 9e4576dc..fba83ee9 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -112,7 +112,7 @@ LISTCERTS(){ echo -e "Expiration Date: ${idsCL[Green]}$(date -d @${CERTEXPIRE} '+%m-%d-%Y')${idsCL[Default]}" fi echo "" - echo "-d ${SUBJECTNAMES//$'\n'/,}" + echo "-d ${SUBJECT},${SUBJECTNAMES}" echo "" done