Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-01 16:49:57 -06:00
parent ce05506c8f
commit d765714262

View File

@@ -130,8 +130,14 @@ case "$1" in
else
echo "Missing parameters"
echo ""
echo -e "Usage: ${idsCL[Yellow]}nodemgmt newcert${idsCL[Default]} { ${idsCL[Yellow]}
-site${idsCL[Default]} {domain address} | ${idsCL[Yellow]}-type${idsCL[Default]} {'local' or 'proxy'} | ${idsCL[ Yellow]}-ssl${idsCL[Default]} {true or false} | ${idsCL[Yellow]}certrenew${idsCL[Default]} | ${idsCL[ Yellow]}-proxy_scheme${idsCL[Default]} {http or https} | ${idsCL[ Yellow]}-proxy_host${idsCL[Default]} {IP or FQDN} | ${idsCL[ Yellow]}-proxy_port${idsCL[Default]} {host port} }"
echo -e "Usage: ${idsCL[Yellow]}nodemgmt newcert${idsCL[Default]} {
${idsCL[Yellow]}-site${idsCL[Default]} {domain address} - (*required)
${idsCL[Yellow]}-type${idsCL[Default]} {'local' or 'proxy'} - (defaults to local)
${idsCL[Yellow]}-ssl${idsCL[Default]} {true or false} - (defaults to true)
${idsCL[Yellow]}-proxy_scheme${idsCL[Default]} {http or https} - (required if type set to proxy)
${idsCL[Yellow]}-proxy_host${idsCL[Default]} {IP or FQDN} - (required if type set to proxy)
${idsCL[Yellow]}-proxy_port${idsCL[Default]} {host port} - (required if type set to proxy)
}"
fi
;;