Updated dns manual mode (markdown)

master
neil 2018-03-21 20:19:31 +08:00
parent 9dba1ecd1e
commit ee1f4857a1
1 changed files with 4 additions and 2 deletions

@ -1,7 +1,9 @@
TODO:
```sh
acme.sh --issue -d example.com -dns --yes-I-know-dns-manual-mode-enough-go-ahead-please
acme.sh --issue -d example.com -dns \
--yes-I-know-dns-manual-mode-enough-go-ahead-please
acme.sh --renew -d example.com --yes-I-know-dns-manual-mode-enough-go-ahead-please
acme.sh --renew -d example.com \
--yes-I-know-dns-manual-mode-enough-go-ahead-please
```