Used to create a new certificate
Name | Type | Description | Restrictions |
---|---|---|---|
customer | String | The handle of the customer |
|
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 |
---|---|---|---|---|
product | Enum | Required | The product defines the type of certificate to create |
Possible values:
|
contact | String | Optional | The contact handle to use for the certificate, not required when the certificate is for a domain that is managed by Realtime Register. The information of the contact has to match the information specified in the CSR |
|
period | Integer | Required | The validity period of the certificate in years |
Possible values:
|
csr | String | Required | A valid Certificate Signing Request |
|
validationMethod | Enum | Required | The validation type used for the certificate request |
Possible values:
|
properties | Map <String, String> | Required | Provider specific properties. Look here for an overview of possible properties. | |
provider | String | Required | The name of the provider |
|
billables | List < billables > | Optional | Acknowledgment of billables for this request |
Name | Type | Required / Optional | Description | Restrictions |
---|---|---|---|---|
product | String | Required | The product |
|
action | Enum | Required | The action |
Possible values:
|
quantity | Integer | Optional | The maximum quantity, default 1 |
Besides the generic errors these specific error responses can be expected.
Type | Status | Description |
---|---|---|
BillableAcknowledgmentNeededException | 400 Bad Request |
POST
/v2/customers/customer/certificates
Content-Type: application/json
{}