mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-10 09:04:22 +08:00
minor formatting
@@ -33,13 +33,13 @@ acme.sh --renew -d example.com \
|
||||
***
|
||||
|
||||
**if your DNS _acme challenge fails when using renew, your respective CA will generate new _acme challenge,**
|
||||
_**make sure to wait 1 min for DNS entries to reflect before using renew.**_
|
||||
_**make sure to wait 1 minute 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.**_
|
||||
_**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 \
|
||||
@@ -47,7 +47,7 @@ acme.sh --renew -d example.com \
|
||||
|
||||
```
|
||||
|
||||
_**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.**_
|
||||
_**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 \
|
||||
--yes-I-know-dns-manual-mode-enough-go-ahead-please --ecc --force
|
||||
|
||||
Reference in New Issue
Block a user