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 | Unique | Null | ||
account_id | bigint(20) | No | Mul | Null | ||
certificate | text | cert | varchar(255) | No | None | Null |
chain | varchar(255)text | Yes | None | Null | ||
key | varchar(255)text | No | None | Null | ||
password | varchar(255) | Yes | None | Null | ||
created | datatime | Yes | None | Null | ||
domain_id | bigint(20) unsigned | revoke | tinyint(1) | No | NoneMul | 0Null |
load_balancer_cert_map(id, load_balancer_id, certcertitficate_id, revoke, state)
Field name | Type | Allow nulls | Key | Default value |
|---|---|---|---|---|
id | bigint(20) unsigned | No | Primary | Null |
| uuid | varchar(40) | Yes | None | Null |
load_balancer_id | bigint(20) | No | Mul | Null |
certcertificate_id | bigint(20) | No | Mul | Null |
revoke | tinyint(1) | No | None | 0 |
...
Uploads a new SSL certificate-key pair
Request parameters:
...
...
updates an existing certificate-key pair
Request parameters:
Response parameters:
lists the certificates for an Id or an account
Request parameters:
...
Response parameters:
The response is a list of following
...
For associating the certificates to loadbalancing rules, we need to add have the certificate id parameter to following loadbalancer apis.
Request parameter to be added:
following APIs
Request parametes:
...
Request parameter to be added:
...