2.23 Retrieve Pre-validation Information
2.23.1 API Information
| Environment | |
|---|---|
| Production Environment | https://portal.racent.com/ssl/getPreDcv |
| Request Method | POST |
| content-type | multipart/form-data |
| Description | Used to obtain pre-validation information for DigiCert DV |
2.23.2 Parameter Definition
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| api_token | String | Y | Identity credential. To generate a token, please contact Racent technical support. |
| csr | String | Y | CSR |
| productCode | String | Y | Only supported values: digicert-dv: DigiCert DV Wildcard SSL certificate. digicert-dv-free-trial: DigiCert DV SSL |
Function Return
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| code | Int | Y | Return status. For details, see Appendix 3.1 |
| errors | Object | N | Specific error information when the return status is error. |
| data | Object | N | This parameter is Y when the return status is success. The specific description is as follows: |
| DCVfileName | String | N | File validation file name |
| DCVfileContent | String | N | File validation file content |
| DCVdnsHost | String | N | DNS validation host value |
| DCVdnsValue | String | N | DNS validation record value |
| DCVdnsType | String | N | DNS validation record type |
| DCVfilePath | String | N | File validation file path |