Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The SSL offload will be defined as a Capability in LbSchemes as SSL
  • NetscalerElement when checking for canHandleLbRules will check for SSL rule and respond accordingly
  • LoadBalancerTO will have a new parameter for passing certificate information.
    Code Block
    titleLbSslCert.java
    borderStylesolid
    
    // Transfer object for SSL certificates
    public class LbSslCert()
    {
        String cert;
        String key;
        String password;
    }
    

New tables

ssl_certs(id, uuid, account_id, cert, key, password)

...