Commit c24e86a6 authored by neil's avatar neil
Browse files

hide un-recommended parms from 'issue' command. It's recommended to set...

hide un-recommended parms from 'issue' command. It's recommended to set "cert-file-path" etc via 'installcert' command.
parent ab5ec2a2
...@@ -408,7 +408,7 @@ _clearupwebbroot() { ...@@ -408,7 +408,7 @@ _clearupwebbroot() {
issue() { issue() {
if [ -z "$2" ] ; then 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 return 1
fi fi
Le_Webroot="$1" Le_Webroot="$1"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment