From bc07ccb71461955587a0c4e749aeefc9c3d637c7 Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 4 Jan 2021 12:30:54 +0800 Subject: [PATCH] Updated DNS manual mode (markdown) --- DNS-manual-mode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DNS-manual-mode.md b/DNS-manual-mode.md index 9de808c..65c9ec3 100644 --- a/DNS-manual-mode.md +++ b/DNS-manual-mode.md @@ -42,14 +42,14 @@ _**make sure to wait 1 min for dns entries to reflect before using renew.**_ _**if you had issued a Staging/Production Certificate with SHA CSR then use the --force switch to overwrite any entries of old CER and issue fresh CER.**_ ```sh -acme.sh --renew -d example.com --dns \ +acme.sh --renew -d example.com \ --yes-I-know-dns-manual-mode-enough-go-ahead-please --force ``` _**if you had issued a Staging/Production Certificate with ECC CSR then use the --ecc --force switch to overwrite any entries of old CER and issue fresh CER.**_ ```sh -acme.sh --renew -d example.com --dns \ +acme.sh --renew -d example.com \ --yes-I-know-dns-manual-mode-enough-go-ahead-please --ecc --force ```