AWS::ElasticLoadBalancingV2::Listener MutualAuthentication
Specifies the configuration information for mutual authentication.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "IgnoreClientCertificateExpiry" :
Boolean
, "Mode" :String
, "TrustStoreArn" :String
}
YAML
IgnoreClientCertificateExpiry:
Boolean
Mode:String
TrustStoreArn:String
Properties
IgnoreClientCertificateExpiry
-
Indicates whether expired client certificates are ignored.
Required: No
Type: Boolean
Update requires: No interruption
Mode
-
The client certificate handling method. Options are
off
,passthrough
orverify
. The default value isoff
.Required: No
Type: String
Update requires: No interruption
TrustStoreArn
-
The Amazon Resource Name (ARN) of the trust store.
Required: No
Type: String
Update requires: No interruption