Used to reissue a certificate
Name | Type | Description | Restrictions |
---|---|---|---|
certificateId | Integer | The ID of the certificate |
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 |
---|---|---|---|---|
csr | String | Required | A valid Certificate Signing Request |
|
domainName | String | Optional | Overrides the common name in the CSR, see requiredFields/optionalFields in ssl product metadata for supported usage |
|
san | List <String> | Optional | List of SAN domains, overrides the alternative names in CSR, only applicible for multi domain certificates. Free www/non-www (when applicable) names are not automatically added for multi domain certificates, them must be specified. To exclude the free "www" name from your single-domain certificate, set this field to an empty list (`[]`). |
|
organization | String | Optional | The organization, overrides the Organization field in CSR |
|
department | String | Optional | Deprecated The department, overrides the Organisational Unit field in CSR |
|
state | String | Optional | The state, will be taken from the CSR when not explicitly passed |
|
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, overrides the City field in CSR |
|
coc | String | Optional | Chamber Of Commerce identifier, see requiredFields/optionalFields in ssl product metadata for supported usage |
|
language | Enum | Optional | Preferred for validations, if not supplied default is selected based on the country. Supported languages may differ per provider, if not supported defaults back to English |
Possible values:
|
uniqueValue | String | Optional | An alphanumeric value of max 20 characters used for DCV validation, if not given a random string will be generated. |
|
authKey | Boolean | Optional | Use auth key validation for direct issuance, see requiredFields/optionalFields in ssl product metadata for supported usage | |
approver | approver | Optional | Approver of the certificate, see requiredFields/optionalFields in ssl product metadata for usage. | |
dcv | List < dcv > | Optional | List of DCVs for this certificate |
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 | Restrictions |
---|---|---|---|---|
commonName | String | Required | The common name for this DCV entry |
|
type | Enum | Required | The validation type used for this DCV entry |
Possible values:
|
String | Optional | The email address for this DCV entry, required if 'type' is set to 'EMAIL' |
|
Response is the same as info process
Response is the same as info process
Generic errors can be expected.
POST
/v2/ssl/certificates/certificateId/reissue
Content-Type: application/json
{}