
set-load-balancer-listener-ssl-certificate
******************************************


DESCRIPTION
===========

Sets the certificate that terminates the specified listener's SSL
connections. The specified certificate replaces any prior certificate
that was used on the same LoadBalancer and port.


SYNOPSIS
========

   aws elb set-load-balancer-listener-ssl-certificate
     --load-balancer-port <value>
     --ssl-certificate-id <value>
     --load-balancer-name <value>


REQUIRED PARAMETERS
===================

"--load-balancer-port"  (integer)
   The port that uses the specified SSL certificate.

"--ssl-certificate-id"  (string)
   The ID of the SSL certificate chain to use. For more information on
   SSL certificates, see Managing Server Certificates in the AWS
   Identity and Access Management documentation.

"--load-balancer-name"  (string)
   The name of the the LoadBalancer.


OPTIONAL PARAMETERS
===================

None
