From d765714262156952696fc42b5d3caffb737538ac Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 1 Feb 2019 16:49:57 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 708d3ad0..e41b0547 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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 ;;