View source: R/lightsail_operations.R
lightsail_attach_load_balancer_tls_certificate | 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.