diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 8f55e0f5..587de1e4 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1306,6 +1306,7 @@ NEWSITE(){ -websocket) WEBSOCKET=${2};; -hsts) HSTS=${2};; -exploits) EXPLOITS=${2};; + -secure) SECURE=${2};; -h | -help | --help) echo "" echo -e "Usage: ${idsCL[Yellow]}nodemgmt newcert${idsCL[Default]} {" @@ -1319,6 +1320,7 @@ NEWSITE(){ printf "%-${width}s- %s\n" " -websocket {yes or no}" "(websocket support)" printf "%-${width}s- %s\n" " -hsts {yes or no}" "(hsts support)" printf "%-${width}s- %s\n" " -exploits {yes or no}" "(block exploits)" + printf "%-${width}s- %s\n" " -secure {yes or no}" "(secure access [nginx/.htpasswd])" echo "}" exit 1;; esac