Updated How to issue a cert (markdown)

neil 2016-04-09 23:32:22 +08:00
parent d29f4b09eb
commit a43394f6fe
1 changed files with 6 additions and 1 deletions

@ -25,6 +25,11 @@ export CF_Email="xxxx@sss.com"
le.sh --issue -d aa.com --dns dns-cf le.sh --issue -d aa.com --dns dns-cf
``` ```
#### 2) Apache mode:
```
le.sh --issue -d aa.com --apache
```
### 2. Multiple domains, SAN mode ### 2. Multiple domains, SAN mode
@ -66,7 +71,7 @@ Issue a single cert including multiple domains. Each domain uses a different va
le.sh --issue \ le.sh --issue \
-d aa.com -w /home/wwwroot/aa.com \ -d aa.com -w /home/wwwroot/aa.com \
-d bb.com -dns dns-cf \ -d bb.com -dns dns-cf \
-d cc.com -w /home/wwwroot/cc.com \ -d cc.com --apache \
-d dd.com -w /home/wwwroot/dd.com -d dd.com -w /home/wwwroot/dd.com
``` ```