From 2400e41fbc3b771d76b8128aea4ea9e1994c7ba8 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 7 Mar 2016 09:52:54 +0800 Subject: [PATCH] example --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d9447fea..c7c5b842 100644 --- a/README.md +++ b/README.md @@ -92,9 +92,19 @@ In all the cases, the issued cert will be placed in "~/.le/domain.com/" # Just issue a cert: +Example 1: +Only one domain: +``` +le issue /home/wwwroot/aa.com aa.com +``` + +Example 2: +Multiple domains in the same cert: + ``` le issue /home/wwwroot/aa.com aa.com www.aa.com,cp.aa.com ``` + First argument `/home/wwwroot/aa.com` is the web root folder, You must have `write` access to this folder. Second argument "aa.com" is the main domain you want to issue cert for.