Skip to content

Commit dfd5067

Browse files
committed
Updating TLS versions and ciphers for WordPress
1 parent 8141364 commit dfd5067

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

wordpress/wordpress-ha-aurora.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ Resources:
13841384
ViewerCertificate:
13851385
AcmCertificateArn: !Ref CloudFrontAcmCertificate
13861386
SslSupportMethod: 'sni-only'
1387-
MinimumProtocolVersion: 'TLSv1.2_2019'
1387+
MinimumProtocolVersion: 'TLSv1.2_2025'
13881388
BackupVault: # cannot be deleted with data
13891389
Condition: HasEFSBackupRetentionPeriod
13901390
Type: 'AWS::Backup::BackupVault'

wordpress/wordpress-ha.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1507,7 +1507,7 @@ Resources:
15071507
ViewerCertificate:
15081508
AcmCertificateArn: !Ref CloudFrontAcmCertificate
15091509
SslSupportMethod: 'sni-only'
1510-
MinimumProtocolVersion: 'TLSv1.2_2019'
1510+
MinimumProtocolVersion: 'TLSv1.2_2025'
15111511
BackupVault: # cannot be deleted with data
15121512
Condition: HasEFSBackupRetentionPeriod
15131513
Type: 'AWS::Backup::BackupVault'

0 commit comments

Comments
 (0)