When re-using the key, Buypass refuses to sign on renewal stating «Sign failed: "detail":"Key in CSR is unacceptable"»
parent
e280d3d3a1
commit
657d06b526
|
@ -32,7 +32,7 @@ If you don't specify days, it will renew at 60 days by default.
|
||||||
Once issued, you can renew the cert without `--server` parameter.
|
Once issued, you can renew the cert without `--server` parameter.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
acme.sh --renew -d example.com
|
acme.sh --renew --always-force-new-domain-key -d example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
Don't worry, all the certs will be automatically renewed as usual.
|
Don't worry, all the certs will be automatically renewed as usual.
|
||||||
|
|
Loading…
Reference in New Issue