Skip to content

Commit

Permalink
Update minimum protocol version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tneely committed Jul 22, 2020
1 parent db52d95 commit a2f6581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-cloudfront/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ be retrieved from `distribution.distributionDomainName`. CloudFront distribution
default. If you want to use your own domain name, such as `www.example.com`, you must associate a certificate with your distribution that contains
your domain name. The certificate must be present in the AWS Certificate Manager (ACM) service in the US East (N. Virginia) region; the certificate
may either be created by ACM, or created elsewhere and imported into ACM. When a certificate is used, the distribution will support HTTPS connections
from SNI only and a minimum protocol version of TLSv1.
from SNI only and a minimum protocol version of TLSv1.2_2018.

```ts
const myCertificate = new acm.DnsValidatedCertificate(this, 'mySiteCert', {
Expand Down

0 comments on commit a2f6581

Please sign in to comment.