Deleting a Load Balancer Certificate

Remove an SSL certificate from a load balancer.

Note

You cannot delete an SSL certificate that is associated with a listener or backend set. Remove the bundle from any listeners or backend sets before deleting.

    1. On the Load balancers list page, find the load balancer that you want to work with. If you need help finding the list page or the load balancer, see Listing Load Balancers.
    2. On the load balancer's details page, select Load balancer certificates.
    3. From the Actions menu for the certificate you want, select Delete.
    4. When prompted, confirm the deletion.
  • Use the oci lb certificate delete command and required parameters to delete a load balancer's certficate:

    oci lb certificate delete --certificate-name certificate_name --load-balancer-id load_balancer_id --items items [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the DeleteCertificate operation to delete a load balancer's certficate.