Creating a Load Balancer Cipher Suite

Create a cipher suite to determine the security, compatibility, and speed of HTTPS traffic for a load balancer.

Assign at least one cipher to a cipher suite you create. You can't create a cipher suite that contains no ciphers. For prerequisite information, see Cipher Suites.

After you create a hostname, the name becomes available for use with the associated load balance. You can apply the hostname to a listener. See Listeners for more information.

    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. In the Cipher suites section, select Create cipher suite.
    4. Enter the following information:
      • Suite name: Enter a name for the cipher suite.

      • TLS version: Select those TLS versions from which you want to select your ciphers. Ciphers associated with the TLS versions you checked (displaying which TLS versions they support) appear. Only select TLS versions that are supported in your environment.

      • Cipher: Select those ciphers that you want to include in your cipher suite. The total number of ciphers available can span several pages. Use the Search ciphers field to find a specific cipher. Clear a cipher to deselect it from the cipher suite.

    5. Select Create suite.
  • Use the oci lb ssl-cipher-suite create command and required parameters to create a cipher suite for a load balancer:

    oci lb ssl-cipher-suite create --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 CreateSSLCipherSuite operation to create a cipher suite for a load balancer.