Editing a Load Balancer Cipher Suite

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

Note

You can't edit a predefined (Predefined=Yes) cipher suite. You can only edit a custom (Predefined=No) cipher suite.

    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 Cipher suites.
    3. From the Actions menu for the cipher suite you want to edit, select Edit.
    4. Manage the ciphers contained in the cipher suite:
      • To add ciphers, select 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're using. Use the Filters to limit the available ciphers by the TLS versions they support. Click Select ciphers. You're returned to the Details page.

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

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

      Note

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

    5. Select Save changes.
  • 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.