From 3fdc65796fc61f3279e0eb17b51c1194cf71d0e2 Mon Sep 17 00:00:00 2001 From: ally9696 <59211330+ally9696@users.noreply.github.com> Date: Thu, 3 Sep 2020 12:51:20 +0530 Subject: [PATCH] Updated DNS manual mode (markdown) --- DNS-manual-mode.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/DNS-manual-mode.md b/DNS-manual-mode.md index 4eb25ce2..e0076a30 100644 --- a/DNS-manual-mode.md +++ b/DNS-manual-mode.md @@ -30,7 +30,8 @@ acme.sh --renew -d example.com \ ``` ```sh -if your DNS _acme challange fails when using renew CA will generate new _acme challenge, make sure to wait 1 min for dns entries to reflect before using renew. +if your DNS _acme challange fails when using renew, your respective CA will generate new _acme challenge, +make sure to wait 1 min for dns entries to reflect before using renew. ``` @@ -42,9 +43,16 @@ acme.sh --renew -d example.com -d *.example.com --dns \ ``` ```sh -if you had issued a Stagging Certificate with ECC/SHA CSR then use the --force switch to overwrite any entries of old CER and issue fresh CER. +if you had issued a Stagging/Production Certificate with SHA CSR then use the --force switch to overwrite any entries of old CER and issue fresh CER. acme.sh --renew-d example.com -d *.example.com --dns \ - --yes-I-know-dns-manual-mode-enough-go-ahead-please --force + --yes-I-know-dns-manual-mode-enough-go-ahead-please --force + +``` +for ECC +```sh +if you had issued a Stagging/Production Certificate with ECC/SHA CSR then use the --ecc --force switch to overwrite any entries of old CER and issue fresh CER. +acme.sh --renew-d example.com -d *.example.com --dns \ + --yes-I-know-dns-manual-mode-enough-go-ahead-please --ecc --force ```