From 997bd69840c8850f033575e9582706aa34ede698 Mon Sep 17 00:00:00 2001 From: Marcel0024 Date: Thu, 22 Mar 2018 16:26:26 +0100 Subject: [PATCH] Updated dns manual mode (markdown) --- dns-manual-mode.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dns-manual-mode.md b/dns-manual-mode.md index fdde9a0..5d83e34 100644 --- a/dns-manual-mode.md +++ b/dns-manual-mode.md @@ -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 + ``` \ No newline at end of file