Used to create an ACME subscription
| Name | Type | Required / Optional | Description | Restrictions |
|---|---|---|---|---|
| quote | Boolean | Optional | If true, validate the request and request a quote for the action |
| Name | Type | Required / Optional | Description | Restrictions |
|---|---|---|---|---|
| customer | String | Required | The customer handle |
|
| product | String | Required | The product defines the type of certificate to create |
|
| domainNames | List <String> | Optional | List of Domain Names |
|
| organization | String | Optional | The organization, see requiredFields/optionalFields in ssl product metadata for supported usage |
|
| country | String | Optional | The country, see requiredFields/optionalFields in ssl product metadata for supported usage |
|
| state | String | Optional | The state, see requiredFields/optionalFields in ssl product metadata for supported usage |
|
| address | String | Optional | The address, see requiredFields/optionalFields in ssl product metadata for supported usage |
|
| postalCode | String | Optional | The postal code, see requiredFields/optionalFields in ssl product metadata for supported usage |
|
| city | String | Optional | The city, see requiredFields/optionalFields in ssl product metadata for supported usage |
|
| autoRenew | Boolean | Optional | Automatically renew subscription | |
| period | Integer | Required | The validity period of the subscription | |
| certValidity | Integer | Optional | Certificate validity in days, only allowed for DigiCert products |
|
| approver | approver | Optional | Approver of the ACME subscription, see requiredFields/optionalFields in ssl product metadata for usage. |
| Name | Type | Required / Optional | Description | Restrictions |
|---|---|---|---|---|
| firstName | String | Required | First name of the approver |
|
| lastName | String | Required | Last name of the approver |
|
| jobTitle | String | Optional | Job title of the approver |
|
| String | Required | Email address of the approver |
|
|
| voice | String | Required | The voice telephone number of the approver |
|
| Name | Type | Required / Optional | Description |
|---|---|---|---|
| id | Integer | Required | |
| directoryUrl | String | Required | The ACME directory URL |
| accountKey | String | Required | Key identifier for the external account binding. Securely store this credential, it is only returned in this call. |
| hmacKey | String | Required | HMAC key for the external account binding. Securely store this credential, it is only returned in this call. |
Generic errors can be expected.
POST
/v2/ssl/acme
Content-Type: application/json
{}