mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-09 00:13:17 +08:00
Updated How to issue a cert (markdown)
@@ -94,7 +94,7 @@ Issue a single cert including multiple domains. Each domain uses a different va
|
|||||||
```
|
```
|
||||||
acme.sh --issue \
|
acme.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 --apache \
|
-d cc.com --apache \
|
||||||
-d dd.com -w /home/wwwroot/dd.com
|
-d dd.com -w /home/wwwroot/dd.com
|
||||||
```
|
```
|
||||||
@@ -104,7 +104,7 @@ Or:
|
|||||||
```
|
```
|
||||||
acme.sh --issue \
|
acme.sh --issue \
|
||||||
-d aa.com --standalone \
|
-d aa.com --standalone \
|
||||||
-d bb.com -dns dns-cf \
|
-d bb.com --dns dns_cf \
|
||||||
-d cc.com --tls
|
-d cc.com --tls
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user