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?

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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ