AddListenerCertificates
In this article:
AddListenerCertificates#
Description#
Request to add certificates to a listener for the Elastic Load Balancer (ELB).
Request Parameters#
- Certificates.member.N — The certificates to be added. - Type: List of Certificate objects 
- Required: Yes 
- Constraints: You cannot specify the IsDefault parameter 
 
- ListenerArn — The Amazon Resource Name (ARN) of the listener. - Type: String 
- Required: Yes 
 
Response Elements#
- Certificates.member.N — The information about the listener’s certificates. - Type: List of Certificate objects 
 
Examples#
c2-elb AddListenerCertificates ListenerArn "listener_arn" Certificates.1.CertificateArn "certificate_arn" Certificates.2.CertificateArn "certificate_2_arn"