diff --git a/DNS-manual-mode.md b/DNS-manual-mode.md index 8b88f89..fa21ed0 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