From bcbb64e5ce4bd7e66128608c4cf04200a7b81d6c Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 10 Jan 2016 13:02:00 +0800 Subject: [PATCH] explain 'no' value --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a9a2364..60776b30 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,16 @@ Usage: le issue webroot|no|apache a.com [www.a.com,b.com,c.com]|no [key-l ``` -You can set "no" to the param to use default value. +Set the param value to "no" means you want to ignore it. + +For example, if you give "no" to "key-length", it will use default length 2048. + +And if you give 'no' to 'cert-file-path', it will not copy the issued cert to the "cert-file-path". + +In all the cases, the issued cert will be placed in "~/.le/domain.com/" + + + # Just issue a cert: ```