Update certs.inc

This commit is contained in:
2023-11-10 09:47:30 -06:00
parent 163a1a39b9
commit bb544f14be

View File

@@ -24,7 +24,7 @@ NEWCERT(){
fi
if [ "${NEW_CERT}" != "" ]; then
if [ ${CERTTEST} -eq 1 ]; then
echo -e "${idsCL[Yellow]}### REQUESTING CERT IN TEST MODE ###${idsCL[Default]}"
echo -e "${idsCL[LightYellow]}${idsST[Bold]}### REQUESTING CERT IN TEST MODE ###${idsST[Reset]}${idsCL[Default]}"
echo
fi
echo -e "${idsCL[LightGreen]}Requesting Certificate for '${idsCL[Yellow]}${NEW_CERT}${idsCL[LightGreen]}'...${idsCL[Default]}"