Methods
create(attributes, callbackopt)
Create a certificate object.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
attributes |
object | The attributes with which to create the domain. See the official docs for valid attributes. | |
callback |
requestCallback |
<optional> |
callback that handles the response |
- Source:
delete(id, callbackopt)
Delete the identified certificate object.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
id |
string | The id of the domain to delete | |
callback |
requestCallback |
<optional> |
callback that handles the response |
- Source:
get(id, callbackopt)
Get the identified certificate object.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
id |
string | The id of the domain to retrieve | |
callback |
requestCallback |
<optional> |
callback that handles the response |
- Source:
list(page or queryObjectopt, perPageopt, callbackopt)
List all SSL certificates.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
page or queryObject |
number | object |
<optional> |
page number to retrieve or key value pairs of query parameters |
perPage |
number |
<optional> |
number of result per page to retrieve |
callback |
requestCallback |
<optional> |
callback that handles the response |
- Source: