Editing a Load Balancer Cipher Suite

Update a cipher suite's configuration for a load balancer.

    1. Open the navigation menu, click Networking, and then click Load balancers. Click Load balancer. The Load balancers page appears.

    2. Select the Compartment from the list. All load balancers in that compartment are listed in tabular form.

    3. Select a State from the list to limit the load balancers displayed to that state.

    4. Select the load balancer whose cipher suite you want to edit. The load balancer's Details page appears.

    5. Click Cipher suites under Resources. The Cipher suites list appears. All cipher suites are listed in tabular form.

    6. Click the Actions menu (Actions Menu) associated with the cipher suite you want to edit and click Edit. The Manage ciphers dialog box appears.

    7. Modify the ciphers contained in the cipher suite:

      • To add ciphers, click Manage cipher(s).

        The Select ciphers page appears. Check the ciphers that you want to add. The ciphers you add must be compatible with the TLS version you are using. Use the Filters to limit the available ciphers by the TLS versions they support. Click Select ciphers. You are returned to the Details page.

      • To remove ciphers, check those ciphers listed in the Details page and click Remove. All the check ciphers are removed.

        You can remove individual ciphers by clicking the Actions menu (Actions Menu) for the associated cipher, then click Delete.

      Note

      You cannot delete all ciphers from a cipher suite. The cipher suite must contain at least one cipher after editing.

    8. Click Update ciphers.

  • Use the oci lb ssl-cipher-suite update command and required parameters to edit a load balancer's cipher suite:

    oci lb ssl-cipher-suite update --name name --load-balancer-id load-balancer_id --ciphers ciphers [OPTIONS]

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

  • Run the UpdateSSLCipherSuite operation to edit a cipher suite for a load balancer.