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, select 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 Actions Menu for the cipher suite, select Edit.
    4. From the Manage ciphers panel, select or clear those ciphers you want to add or remove from the cipher. You can select the TLS versions of the ciphers you include from the TLS verion list.
      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 update a cipher suite's configuration for a load balancer:

    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 update a cipher suite's configuration for a load balancer.