diff --git a/dns-manual-mode.md b/dns-manual-mode.md index 379de73..14c3ef3 100644 --- a/dns-manual-mode.md +++ b/dns-manual-mode.md @@ -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 - ``` \ No newline at end of file