From f9e2582fb2f370d36a40b76974b1e7552333ef36 Mon Sep 17 00:00:00 2001 From: ally9696 <59211330+ally9696@users.noreply.github.com> Date: Thu, 3 Sep 2020 12:54:38 +0530 Subject: [PATCH] Updated DNS manual mode (markdown) --- DNS-manual-mode.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/DNS-manual-mode.md b/DNS-manual-mode.md index 8b88f895..fa21ed0c 100644 --- a/DNS-manual-mode.md +++ b/DNS-manual-mode.md @@ -35,24 +35,16 @@ acme.sh --renew -d example.com \ *** - +_**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.**_ ```sh -if you had issued an ECC CSR then use the --ecc switch. -acme.sh --renew -d example.com -d *.example.com --dns \ - --yes-I-know-dns-manual-mode-enough-go-ahead-please --ecc - -``` - -```sh -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 ``` -for ECC + +_**if you had issued a Stagging/Production Certificate with ECC CSR then use the --ecc --force switch to overwrite any entries of old CER and issue fresh CER.**_ ```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