lightsail_attach_load_balancer_tls_certificate {paws.compute} | R Documentation |
Attaches a Transport Layer Security (TLS) certificate to your load balancer. TLS is just an updated, more secure version of Secure Socket Layer (SSL).
See https://www.paws-r-sdk.com/docs/lightsail_attach_load_balancer_tls_certificate/ for full documentation.
lightsail_attach_load_balancer_tls_certificate(
loadBalancerName,
certificateName
)
loadBalancerName |
[required] The name of the load balancer to which you want to associate the SSL/TLS certificate. |
certificateName |
[required] The name of your SSL/TLS certificate. |