2.14 Batch Modify Domain Control Validation Method for SSL Subscriptions
2.14.1 API Information
| Environment | |
|---|---|
| Production environment | https://portal.racent.com/ssl/batchUpdateDCV |
| Request method | POST |
| content-type | multipart/form-data |
| Description | This interface is used to batch modify the domain verification method for SSL subscriptions. This operation is only allowed when the SSL subscription status is "Applying". Additionally, this is an asynchronous operation; it may take several minutes for the modification to take effect after calling the interface. If synchronous processing is required, please refer to section 2.13. When dcvMethod does not exist and domainInfo does not exist, the interface will trigger supplier verification using the original verification method. When both dcvMethod and domainInfo exist, domainInfo takes priority. This interface currently only supports Sectigo products. For returned error codes, see Appendix 3.1. |
2.14.2 Parameter Definition
| Parameter name | Parameter type | Required | Description |
|---|---|---|---|
| api_token | String | Y | Identity credential. Contact Racent technical support to generate a token. |
| certId | String | Y | Racent certificate ID |
| dcvMethod | String | N | Domain Control Validation (DCV) method. Refer to section 2.2 for allowed values (EMAIL verification is not supported for multi-domain certificates). |
| dcvEmail | String | N | DCV email address. This parameter is required (Y) when dcvMethod is set to EMAIL. |
| domainInfo | String | N | Batch modification of domain information |
| domainName | String | N | Domain name |
| dcvMethod | String | N | DCV method |
| dcvEmail | String | N | DCV email address |
Function Return
| Parameter | Type | Required | Description |
|---|---|---|---|
| code | Int | Y | Return status. Refer to Appendix 3.1 for detailed explanations |
| errors | Object or String | N | Specific error information when the return status indicates an error. |