Update certs.inc

This commit is contained in:
2023-11-12 22:25:25 -06:00
parent 89134e0bd0
commit 9de6a64144

View File

@@ -364,8 +364,7 @@ LISTCERTS(){
echo -e "\033[7A"; for (( c=1; c<=7; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[7A"
;;
*)
echo "HERE: ${SUBJECT},${SUBJECTNAMES}"
echo -en "\033[1A\033[K\r${idsCL[LightCyan]}Configuring changes ... ${idsCL[Default]}"
echo -en "\033[1A\033[K\r${idsCL[LightCyan]}Configuring changes ... (${SUBJECT},${SUBJECTNAMES})${idsCL[Default]}"
# NEWPROXYSITE_CREATE ${site} ${servernames} ${server} ${port} ${scheme} ${wbskt} ${hsts} ${explt} ${lock} ${ssl} >/dev/null 2>&1
echo -e "${idsCL[LightGreen]}Done${idsCL[Default]}"
echo