Skip to content
Discussion options

You must be logged in to vote

Hi Lorelei,

When I've encountered this issue in the past, it was always due to some subtle mis-configuration in my code or my actual Route 53 domains, nameservers and Route53 Public Hosted Zones.

I'll link the official AWS doc on how DNS-based certificate validation works which is worth reading if you haven't already.

In addition, here's a couple of the things that I've needed to ensure in the past to make sure programmatic DNS validation worked properly:

  1. The domain you're issuing ACM certificate requests against must be a valid, registered domain that you control.
  2. If the domain name you're trying to generate a certificate for was registered via Route53, ensure that the name servers of t…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@lorelei-rupp-imprivata
Comment options

@zackproser
Comment options

@lorelei-rupp-imprivata
Comment options

@lorelei-rupp-imprivata
Comment options

@zackproser
Comment options

Answer selected by zackproser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment