I have transferred my domain to Route53 and I want Amazon Certificate Manager to issue a certificate for this domain. I followed the steps in the console to issue the certificate, the "Create record in Route53" button does show up. I do press it. It says "Success". I do see the CNAME entry created in Route53. The certificate status says "Pending Validation", "Validation is not complete, further action is needed to validate and approve the certificate". It's been that way overnight, I've tried before and left it for a few days and it times out at 72 hours.
What do I need to do?
nslookup -type=soa yourdomain.com
this should match the soa record in your Route53 zone, same for-type=NS
– Baltazar-type=NS
I have authoritative answer fromns3.afternic.com
which appears to be amazon. For-type=soa
I do not have an authoritative answer, it saysAuthoritative answers can be found from:
and then blank. It does not appear to be the same as what's in the SOA and NS record in Route53 – Chablis