ACM certificate not validating

0

I created a TLS certificate for mydomain.com and *.mydomain.com and as the domain is on route 53 I clicked the button to create the CNAME entries for validation.

It's been pending validation for many hours now. I read it can take up to 30 minutes but it's still not finished. Could something have gone wrong?

Running dig +short _[long string of characters].mydomain.com in bash doesn't return anything so I'm guessing the CNAME hasn't resolved yet?

Gary
已提问 7 个月前208 查看次数
1 回答
-1

Please note that DNS propagation could take 24-48 hours to propagate DNS records. If your certificate is still in Pending Validation state, you can confirm the CNAME record provided by by the AM was added to the correct DNS configuration by running the commands similar to the one below:

Linux and MacOS:

dig NS example.com

Windows:

nslookup -type=ns example.com\

[Reference]

profile pictureAWS
已回答 7 个月前

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

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

回答问题的准则