Updated dns manual mode (markdown)

Marcel0024 2018-03-22 16:26:26 +01:00
parent f87e85c69c
commit 997bd69840
1 changed files with 3 additions and 4 deletions

@ -11,8 +11,7 @@ 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
acme.sh --issue -d example.com --dns \ --yes-I-know-dns-manual-mode-enough-go-ahead-please
```
@ -23,6 +22,6 @@ acme.sh --issue -d example.com --dns \
```sh
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
```