AWS AWSCloudFormation documentation change
Summary
Updated descriptions for mutual authentication properties including trust store CA certificate advertisement and client certificate handling options
Security assessment
Clarifies configuration options for mutual TLS authentication (security feature), but no evidence of addressing a specific security vulnerability
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-mutualauthentication.md index 5a5d55dd5..f3fba124d 100644 --- a/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-mutualauthentication.md +++ b/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-mutualauthentication.md @@ -38 +38 @@ To declare this entity in your AWS CloudFormation template, use the following sy -Indicates whether trust store CA certificate names are advertised. The default value is `off`. +Indicates whether trust store CA certificate names are advertised. @@ -62 +62 @@ _Required_ : No -The client certificate handling method. The possible values are `off`, `passthrough`, and `verify`. The default value is `off`. +The client certificate handling method. Options are `off`, `passthrough` or `verify`. The default value is `off`.