-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update class name in docs, remove outdated paragraph.
- Loading branch information
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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. | ||
|