I want to issue an AWS Certificate Manager (ACM) certificate for a domain name that's in an Amazon Route 53 private hosted zone.
Resolution
Register your domain name and use a public hosted zone
ACM issues a public certificate only after it validates domain ownership. You can't request a public certificate for domain names that are in a private host zone because you can't prove the public domain ownership. Instead, you must register your domain name and use a public hosted zone.
For domain names that are in a private hosted zone, use AWS Private Certificate Authority (AWS Private CA) to request a private certificate. When you request a private certificate from AWS Private CA, you don't need to validate domain ownership.
Get a public ACM certificate for private subdomains in a public domain
You can have a split-DNS configuration where the domain is pubic and the subdomains are private. If you control the public domain, then you can still get a public ACM certificate for the private subdomains.
To use the domain's public hosted zone for domain validation, complete the following steps:
- Request a certificate for the subdomain.
- Add the CNAME record that ACM provides to your DNS configuration.
- Publish the CNAME record in the public hosted zone.
After the CNAME record is visible in the public DNS, ACM validates the domain ownership and issues a public certificate for the private subdomain.
Related information
What is the best certificate service for my needs?