DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Capability in LbSchemes as SSLNetscalerElement when checking for canHandleLbRules will check for SSL rule and respond accordinglyLoadBalancerTO will have a new parameter for passing certificate information.New
...
This section lists the new webservice APIs for Certificate management. They are derived from their AWS Equivalant ( UploadServerCertificate, ListServerCertificates, GetServerCertificate, DeleteServerCertificate )
Uploads a new SSL certificate-key pair
Request parameters:
New tables:
ssl_certs(id, uuid, account_id, cert, key, password)
Field name | Type | Allow nulls | Key | Default value |
|---|---|---|---|---|
id | bigint(20) unsigned | No | Primary | Null |
uuid | varchar(40) | Yes | Unique | Null |
account_id | bigint(20) | No | Mul | Null |
cert | varchar(255) | No | None | Null |
key | varchar(255) | No | None | Null |
password | varchar(255) | Yes | None | Null |
created | datatime | Yes | None | Null |
load_balancer_cert_map(id, load_balancer_id, cert_id, revoke, state)
Field name | Type | Allow nulls | Key | Default value |
|---|---|---|---|---|
id | bigint(20) unsigned | No | Primary | Null |
load_balancer_id | bigint(20) | No | Mul | Null |
cert_id | bigint(20) | No | Mul | Null |
revoke | tinyint(1) | No | None | 0 |
state | varchar(40) | YES | None | NULL |
This section lists the new webservice APIs for Certificate management. They are derived from their AWS Equivalant ( UploadServerCertificate, ListServerCertificates, GetServerCertificate, DeleteServerCertificate )
Uploads a new SSL certificate-key pair
Request parameters:
Deletes an existing SSL cert from cloudstack.
...
New tables:
load_balancer_cert_map(id, load_balancer_id, cert_id, revoke, state)
...
Field name
...
Type
...
Allow nulls
...
Key
...
Default value
...
id
...
bigint(20) unsigned
...
No
...
Primary
...
Null
...
load_balancer_id
...
bigint(20)
...
No
...
Mul
...
Null
...
cert_id
...
bigint(20)
...
No
...
Mul
...
Null
...
revoke
...
tinyint(1)
...
No
...
None
...
0
...
state
...
varchar(40)
...
YES
...
None
...
...