Update nodemgmt-scripts.sh
This commit is contained in:
@@ -70,7 +70,7 @@ NEWCERT(){
|
|||||||
else
|
else
|
||||||
NEW_CERT=${1}
|
NEW_CERT=${1}
|
||||||
fi
|
fi
|
||||||
if [ "${NEW_>CERT}" != "" ]; then
|
if [ "${NEW_CERT}" != "" ]; then
|
||||||
echo -e "${idsCL[LightGreen]}Requesting Certificate for '${idsCL[Yellow]}${NEW_CERT}${idsCL[LightGreen]}'...${idsCL[Default]}"
|
echo -e "${idsCL[LightGreen]}Requesting Certificate for '${idsCL[Yellow]}${NEW_CERT}${idsCL[LightGreen]}'...${idsCL[Default]}"
|
||||||
echo ""
|
echo ""
|
||||||
do_with_root $CERT_DAEMON certonly --webroot -w /var/www/html -d ${NEW_CERT}
|
do_with_root $CERT_DAEMON certonly --webroot -w /var/www/html -d ${NEW_CERT}
|
||||||
|
|||||||
Reference in New Issue
Block a user