From 8899b58627c5b03a406a3fd40d8497831ba9b56d Mon Sep 17 00:00:00 2001 From: ally9696 <59211330+ally9696@users.noreply.github.com> Date: Thu, 3 Sep 2020 12:44:05 +0530 Subject: [PATCH] Updated DNS manual mode (markdown) --- DNS-manual-mode.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/DNS-manual-mode.md b/DNS-manual-mode.md index 34b8598..780f529 100644 --- a/DNS-manual-mode.md +++ b/DNS-manual-mode.md @@ -30,6 +30,19 @@ acme.sh --renew -d example.com \ ``` +```sh +if you had issued an ECC CSR then use the --ecc switch. +acme.sh --issue -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 Certificate with ECC/SHA CSR then use the --force switch to overwrite any entries of old CER and issue fresh CER. +acme.sh --issue -d example.com -d *.example.com --dns \ + --yes-I-know-dns-manual-mode-enough-go-ahead-please --force + +``` ### Known issues: [The supported validation types are: dns-01 , but you specified: http-01](https://github.com/Neilpang/acme.sh/issues/1433) \ No newline at end of file