Skip to content

Commit

Permalink
Update CloudFront TLS ciphersuite (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
guikcd authored Jan 20, 2022
1 parent f669ceb commit fb94134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudformation/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Resources:
- !Ref DomainName
ViewerCertificate:
AcmCertificateArn: !Ref AcmCertificateArn
MinimumProtocolVersion: 'TLSv1.2_2019'
MinimumProtocolVersion: 'TLSv1.2_2021'
SslSupportMethod: sni-only
PriceClass: 'PriceClass_All'
Tags:
Expand Down

0 comments on commit fb94134

Please # to comment.