mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-08 22:12:44 +00:00
Merge a3aaddd90906aa9b1e7ce2673d3ef8b6ddcf6e7e into 450efea191cc177cfaea01b4c50ce5fdef0fc2a0
This commit is contained in:
commit
d6a0311512
@ -271,7 +271,7 @@ More examples: https://github.com/Neilpang/acme.sh/wiki/How-to-issue-a-cert
|
||||
Support the `dns-01` challenge.
|
||||
|
||||
```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:
|
||||
@ -291,7 +291,7 @@ Please add those txt records to the domains. Waiting for the dns to take effect.
|
||||
Then just rerun with `renew` argument:
|
||||
|
||||
```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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user