letenrypt証明書が来週期限切れになるAWSインスタンスがあります。SSLにCertbotを使用しています。私が実行した証明書を更新するには:
./certbot-auto --force-renewal
その後、次のエラーが発生しました
- The following errors were reported by the server:
Domain: mydomain.com
Type: unauthorized
Detail: Incorrect validation certificate for tls-sni-01 challenge.
Requested
e1ffb2998151164f701ff76417586854.6bdc1fb9cc4424a3ecd85558d178f6e9.acme.invalid
from IP.00.00.00. Received 3 certificate(s), first
certificate had names "mydomain.com"
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A record(s) for that domain
contain(s) the right IP address.
ドメイン名は正しく入力されており、DNS A レコードには正しい IP が含まれています。(私は、mydomain.com、www.mydomain.com、myOLDdomain.com のように 1 つの IP に対して 3 つを使用しています)。
誰かがそれを更新するのを手伝ってくれますか?