From 6a364475ca569584a10eb956df46ab0ebe08f820 Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 27 Aug 2016 13:50:22 +0800 Subject: [PATCH] Updated Issue a cert from existing CSR (markdown) --- Issue-a-cert-from-existing-CSR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Issue-a-cert-from-existing-CSR.md b/Issue-a-cert-from-existing-CSR.md index 37f3244..a6f74c4 100644 --- a/Issue-a-cert-from-existing-CSR.md +++ b/Issue-a-cert-from-existing-CSR.md @@ -18,7 +18,7 @@ acme.sh --signcsr --csr /path/to/mycsr.csr -w /path/to/webroot/ The first parameter is the csr file, all the other parameters are same as `--issue` command. -For exmaple, you can specify the sepearate webroot folders for each domain in the csr. +For exmaple, you can specify the different webroot folders for each domain in the csr. ``` acme.sh --signcsr --csr /path/to/mycsr/csr -w /wwwroot/aa.com -w /wwwroot/www.aa.com -w /wwwroot/bb.com