From ee1f4857a15e8aecbf8de0852b301d1dc6e04d0c Mon Sep 17 00:00:00 2001 From: neil Date: Wed, 21 Mar 2018 20:19:31 +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 dda56de..cfca462 100644 --- a/dns-manual-mode.md +++ b/dns-manual-mode.md @@ -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 ``` \ No newline at end of file