From 964c93fd06a16b1843a343a3d4b504910db52405 Mon Sep 17 00:00:00 2001 From: neil Date: Fri, 23 Mar 2018 09:21:26 +0800 Subject: [PATCH] Updated DNS manual mode (markdown) --- DNS-manual-mode.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/DNS-manual-mode.md b/DNS-manual-mode.md index 52cdbfc..5bc04ee 100644 --- a/DNS-manual-mode.md +++ b/DNS-manual-mode.md @@ -11,7 +11,8 @@ 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 ``` @@ -22,6 +23,7 @@ acme.sh --issue -d example.com --dns \ --yes-I-know-dns-manual-mode-enough-go-ah ```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 ``` \ No newline at end of file