AWS Certificate Manager (ACM) was unable to renew the certificate

0

I am getting an e-mail notification from AWS saying "AWS Certificate Manager (ACM) was unable to renew the certificate automatically using DNS validation. You must take action to ensure that the renewal can be completed before ........UTC. If the certificate is not renewed and the current certificate expires, your website or application may become unreachable.

To renew this certificate, you must ensure that the proper CNAME records are present in your DNS configuration for each domain listed below. You can find the CNAME records for your domains by expanding your certificate and its domain entries in the ACM console. You can also use the DescribeCertificate command in the ACM API[1] or the describe-certificate operation in the ACM CLI[2] to find a certificate’s CNAME records. For more information, see Automatic Domain Validation Failure in the ACM troubleshooting guide[3]."

When I following the guides it describes validating the CNAME in my DNS. I can find the CNAME in my ACM and in Route53, but I am not sure how do actually do the 'validate'. What action do I need to provide. Thanks

2 回答
0
已接受的回答

Simply add the CNAME records in the route 53 under the domain name. that's it. it will automatically validate and renew the certificate. else try to flush all old CNAME records create new certificate in ACM ( again ) attach all the CNAME records again in route 53. for more info check :- https://docs.aws.amazon.com/acm/latest/userguide/troubleshooting-renewal.html#troubleshooting-automatic-renewal

已回答 2 年前
profile picture
专家
已审核 8 个月前
0

If you have correct CNAME entries then validation should occur automatically, there's nothing more you need to do. Double-check them and have a look at the troubleshooting page in case something there applies - https://docs.aws.amazon.com/acm/latest/userguide/troubleshooting-DNS-validation.html.

专家
已回答 2 年前
  • Thanks so much for the reply. So it looks like I have a '.' at the end in my CNAME record in ACM (Route 53 does not have it). So in order to remediate, do I create new certs? It does not look like CNAME is updateable in either in ACM or Route53. Thanks again

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则