From 57b2bb437c7b2e88406bf1abb4cc29263856216b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 14 Nov 2023 17:52:53 -0600 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/inc/sites.inc b/inc/sites.inc index 4bfda735..70241640 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -157,15 +157,15 @@ NEWSITE(){ echo -e "Usage: ${idsCL[LightYellow]}[nodemgmt or nmg] newsite ${idsCL[Yellow]}{flags}${idsCL[Default]} {" width=35 printf "%-${width}s- %s\n" " -site {FQDN address(,es)}" "(new site and aliases, comma separated)" - printf "%-${width}s- %s\n" " -ssl {yes or no}" "(create and enable ssl; default=yes)" + printf "%-${width}s- %s\n" " -ssl {yes or no}" "(create and enable ssl)" printf "%-${width}s- %s\n" " -type {'local' or 'proxy'}" "(defaults to proxy)" printf "%-${width}s- %s\n" " -proxy_port {host port}" "(proxy backend host)" printf "%-${width}s- %s\n" " -proxy_host {IP or FQDN}" "(proxy backend port)" printf "%-${width}s- %s\n" " -proxy_scheme {http or https}" "(proxy backend scheme)" - printf "%-${width}s- %s\n" " -websocket {yes or no}" "(websocket support; default=no)" - printf "%-${width}s- %s\n" " -hsts {yes or no}" "(hsts support; default=yes)" - printf "%-${width}s- %s\n" " -exploits {yes or no}" "(block exploits; default=no)" - printf "%-${width}s- %s\n" " -secure {1FA, 2FA or no}" "(SSO secure access; default=no)" + 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 {1FA, 2FA or no}" "(SSO secure access)" printf "%-${width}s- %s\n" " -t|-test" "(enables dry-run mode for CertBot)" echo "}" exit 0;;