Deletes an SSL/TLS certificate associated with a Lightsail load balancer
Source:R/lightsail_operations.R
lightsail_delete_load_balancer_tls_certificate.RdDeletes an SSL/TLS certificate associated with a Lightsail load balancer.
See https://www.paws-r-sdk.com/docs/lightsail_delete_load_balancer_tls_certificate/ for full documentation.
Usage
lightsail_delete_load_balancer_tls_certificate(
loadBalancerName,
certificateName,
force = NULL
)Arguments
- loadBalancerName
[required] The load balancer name.
- certificateName
[required] The SSL/TLS certificate name.
- force
When
true, forces the deletion of an SSL/TLS certificate.There can be two certificates associated with a Lightsail load balancer: the primary and the backup. The
forceparameter is required when the primary SSL/TLS certificate is in use by an instance attached to the load balancer.