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.
...
...
Field name | Type | Allow nulls | Key | Default value |
|---|---|---|---|---|
id | bigint(20) unsigned | No | Primary | Null |
uuid | varchar(40) | Yes | None | Null |
account_id | bigint(20) | No | None | Null |
cert | varchar(255) | Yes | None | Null |
key | varchar(255) | Yes | None | Null |
password | varchar(255) | Yes | None | Null |
removed | datatime | Yes | None | Null |
Deletes an existing SSL cert from cloudstack.
...
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 |
...