Updated dns manual mode (markdown)

master
neil 2018-03-21 20:38:27 +08:00
parent 3c4c2a77d9
commit 68bbbec6ae
1 changed files with 13 additions and 1 deletions

@ -4,13 +4,25 @@ Please use dns api mode or [dns alias mode](https://github.com/Neilpang/acme.sh/
DNS manual mode:
https://github.com/Neilpang/acme.sh/issues/1029
1. First step:
```sh
acme.sh --issue -d example.com -dns \
--yes-I-know-dns-manual-mode-enough-go-ahead-please
```
2. Please add the txt record to your dns records.
3. Now retry with `--renew` command.
```sh
acme.sh --renew -d example.com \
--yes-I-know-dns-manual-mode-enough-go-ahead-please
```