mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-05 19:07:43 +00:00
Update README.md
For every domain --dns need to be specified otherwise it falls back to the default method.
This commit is contained in:
parent
c7a6cf5463
commit
a3aaddd909
@ -214,7 +214,7 @@ More examples: https://github.com/Neilpang/acme.sh/wiki/How-to-issue-a-cert
|
|||||||
Support the `dns-01` challenge.
|
Support the `dns-01` challenge.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
acme.sh --issue --dns -d example.com -d www.example.com -d cp.example.com
|
acme.sh --issue --dns -d example.com --dns -d www.example.com --dns -d cp.example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
You should get an output like below:
|
You should get an output like below:
|
||||||
@ -234,7 +234,7 @@ Please add those txt records to the domains. Waiting for the dns to take effect.
|
|||||||
Then just rerun with `renew` argument:
|
Then just rerun with `renew` argument:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
acme.sh --renew -d example.com
|
acme.sh --renew -d example.com -d www.example.com -d cp.example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
Ok, it's finished.
|
Ok, it's finished.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user