Viewing a Load Balancer Certificate

On Compute Cloud@Customer, you can view a public SSL certificate used with a load balancer.

    1. In the Compute Cloud@Customer Console navigation menu, select Networking, then select Load Balancers.

    2. At the top of the page, select the compartment that contains the load balancer.
    3. Select the name of the LB for which you want to view the certificate.
    4. Under Resources, select Certificates.

      All the details of the configured certificates are displayed.

  • Use the oci lb certificate list command and required parameters to a view the public SSL certificate used with a load balancer.

    oci lb certificate list --load-balancer-id <load-balancer_OCID>

    For a complete list of CLI commands, flags, and options, see the Command Line Reference.

  • Use the ListCertificate operation to a view the public SSL certificate used with a load balancer.

    For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.