Skip to content

ACM does not generate CNAME for validation

0

Hi,

I'm trying to request a new certificate, for wildcard domain *.example.com but immediately after requesting submission certificate is marked as Failed, and for the DNS validation option CNAME name and value are just empty (pressing copy button return undefined into the buffer)

Is it a defect or I'm doing something wrong?

Enter image description here

asked 3 years ago528 views
2 Answers
0
Accepted Answer

OK, it seems like I found the reason. When I try to generate a certificate for the .com domain - it can be generated with no issue, but in my case, I try to generate a certificate for the *.by domain. I assume it's failed because some sort of sanctions took into consideration here, there only problem is that it does not properly communicated back thru the interface.

answered 3 years ago
0

You are getting this error because you are using example.com as the domain name. According to the documentation https://docs.aws.amazon.com/acm/latest/userguide/troubleshooting-failed.html#failed-additional-verification-required

ACM requires additional information to process this certificate request. This happens as a fraud-protection measure if your domain ranks within the Alexa top 1000 websites. To provide the required information, use the Support Center to contact AWS Support. If you don't have a support plan, post a new thread in the ACM Discussion Forum.

So if you do in fact own example.com then you would need to contact AWS Support. Otherwise use a domain you own *.domainiown.com. You can then either buy the domain on AWS or through a third party and configure the DNS NS record to point to a route53 record and complete the CNAME verification.

AWS
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.