From 657d06b5264edd8c30d64901bf39669e981ceb24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20=C3=85ne?= Date: Sat, 12 Oct 2019 20:33:16 +0700 Subject: [PATCH] =?UTF-8?q?When=20re-using=20the=20key,=20Buypass=20refuse?= =?UTF-8?q?s=20to=20sign=20on=20renewal=20stating=20=C2=ABSign=20failed:?= =?UTF-8?q?=20"detail":"Key=20in=20CSR=20is=20unacceptable"=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BuyPass.com-CA.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuyPass.com-CA.md b/BuyPass.com-CA.md index 591034f..aa80086 100644 --- a/BuyPass.com-CA.md +++ b/BuyPass.com-CA.md @@ -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. ```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.