Update certs.inc

This commit is contained in:
2023-11-13 10:16:44 -06:00
parent 1f7035ac4d
commit 973b5b07da

View File

@@ -335,7 +335,7 @@ LISTCERTS(){
case "${editc}" in
1) echo -e "\033[K\n\033[K"
echo -en "\033[KEnter new Alternate Names: "
echo -en "\033[KEnter new Alternate Names (comma-delimited): "
read -i "${SUBJECTNAMES}" -e SUBJECTNAMES
SUBJECTNAMES=${SUBJECTNAMES//, /,}
echo -e "\033[5A"; for (( c=1; c<=5; c++ )); do echo -e "\033[K"; done; echo -e "\033[5A"