From 68bbbec6ae029c8b4b45dcb63437a55027fdc7ec Mon Sep 17 00:00:00 2001 From: neil Date: Wed, 21 Mar 2018 20:38:27 +0800 Subject: [PATCH] Updated dns manual mode (markdown) --- dns-manual-mode.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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