我有一个AWS实例,它的letserypt 证书将在下周到期。我将Certbot用于 SSL。要更新我运行的证书:
./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。(我使用 3 for 1 ip,例如:mydomain.com、www.mydomain.com、myOLDdomain.com)。
有人可以帮我更新吗?