From c24e86a69702241d7c48a94bd34e80ebff976cf2 Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 23 Jan 2016 22:52:43 +0800 Subject: [PATCH] hide un-recommended parms from 'issue' command. It's recommended to set "cert-file-path" etc via 'installcert' command. --- le.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/le.sh b/le.sh index fe3b7846..5a7827a9 100755 --- a/le.sh +++ b/le.sh @@ -408,7 +408,7 @@ _clearupwebbroot() { issue() { if [ -z "$2" ] ; then - _err "Usage: le issue webroot|no|apache|dns a.com [www.a.com,b.com,c.com]|no [key-length]|no [cert-file-path]|no [key-file-path]|no [ca-cert-file-path]|no [reloadCmd]|no" + _err "Usage: le issue webroot|no|apache|dns a.com [www.a.com,b.com,c.com]|no [key-length]|no" return 1 fi Le_Webroot="$1"