mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-09 08:32:09 +08:00
fix typo
@@ -39,7 +39,7 @@ _**make sure to wait 1 min for dns entries to reflect before using renew.**_
|
|||||||
***
|
***
|
||||||
|
|
||||||
|
|
||||||
_**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.**_
|
_**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
|
```sh
|
||||||
acme.sh --renew -d example.com -d *.example.com --dns \
|
acme.sh --renew -d example.com -d *.example.com --dns \
|
||||||
@@ -47,7 +47,7 @@ acme.sh --renew -d example.com -d *.example.com --dns \
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
_**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.**_
|
_**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
|
```sh
|
||||||
acme.sh --renew -d example.com -d *.example.com --dns \
|
acme.sh --renew -d example.com -d *.example.com --dns \
|
||||||
--yes-I-know-dns-manual-mode-enough-go-ahead-please --ecc --force
|
--yes-I-know-dns-manual-mode-enough-go-ahead-please --ecc --force
|
||||||
|
|||||||
Reference in New Issue
Block a user