scar icon indicating copy to clipboard operation
scar copied to clipboard

Include certificate validation using CNAME DNS record as part of template

Open cloudkj opened this issue 5 years ago • 0 comments

Adding this would remove the need for the third manual step in the quick start guide - to manually validate ownership of the domain by creating the CNAME records using the AWS ACM console.

Preliminary research seems to indicate that official CloudFormation support for template-driven certificate validation may be coming, but until then some potential solutions are:

  • https://binx.io/blog/2018/10/05/automated-provisioning-of-acm-certificates-using-route53-in-cloudformation/
  • https://github.com/awslabs/aws-cdk/pull/1797

cloudkj avatar May 24 '19 16:05 cloudkj