Skip to content

Commit

Permalink
chore(acm): update docs (#2028)
Browse files Browse the repository at this point in the history
Update class name in docs, remove outdated paragraph.
  • Loading branch information
spg authored and rix0rrr committed Mar 16, 2019
1 parent 2d463be commit a57c6d5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/@aws-cdk/aws-certificatemanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ can be used in CloudFront and ELB.

### DNS-validated certificates

The `DNSValidatedCertificateRequest` class provides a Custom Resource by which
The `DnsValidatedCertificateRequest` class provides a Custom Resource by which
you can request a TLS certificate from AWS Certificate Manager that is
automatically validated using a cryptographically secure DNS record. For this to
work, there must be a Route 53 public zone that is responsible for serving
Expand Down Expand Up @@ -44,9 +44,6 @@ in the email. The email addresses use will be:
* [email protected]
* [email protected]

DNS validation is possible in ACM, but is not currently available in CloudFormation.
A Custom Resource will be developed for this, but is not currently available.

Because of these blocks, it's probably better to provision your certificates either in a separate
stack from your main service, or provision them manually. In both cases, you'll import the
certificate into your stack afterwards.
Expand Down

0 comments on commit a57c6d5

Please sign in to comment.