Updated DNS manual mode (markdown)

neil 2021-01-04 12:30:54 +08:00
parent 10d937f625
commit bc07ccb714
1 changed files with 2 additions and 2 deletions

@ -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
```