Updated DNS manual mode (markdown)

ally9696 2020-09-03 12:54:38 +05:30
parent d03937864f
commit f9e2582fb2
1 changed files with 3 additions and 11 deletions

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