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

    • Constraint: 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.

Examples#

c2-elb AddListenerCertificates ListenerArn "listener_arn" Certificates.1.CertificateArn "certificate_arn" Certificates.2.CertificateArn "certificate_2_arn"