From fb941340bca48526e8f25bbd1fa9bb3ff50b6b76 Mon Sep 17 00:00:00 2001 From: Guillaume Delacour Date: Thu, 20 Jan 2022 21:25:27 +0100 Subject: [PATCH] Update CloudFront TLS ciphersuite (#51) --- cloudformation/template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudformation/template.yaml b/cloudformation/template.yaml index fce06a8..fd008ec 100644 --- a/cloudformation/template.yaml +++ b/cloudformation/template.yaml @@ -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: