Updated dns manual mode (markdown)
parent
3c4c2a77d9
commit
68bbbec6ae
|
@ -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
|
||||
|
||||
```
|
Loading…
Reference in New Issue