Market
SSL Certificates
Return provider's DCV filename requirements
This function returns the provider's filename requirements for Domain Control Validation (DCV) checks.
get/Market/get_provider_specific_dcv_constraints
Query parameters
providerstring required
Example:cPStore
The cPanel Market provider's name.
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "get_provider_specific_dcv_constraints",
"module": "Market",
"result": {
"data": {
"dcv_file_extension": "txt",
"dcv_file_random_character_count": 32,
"dcv_file_relative_path": ".well-known/pki-validation",
"dcv_user_agent_string": "COMODO DCV"
},
"status": 1
}
}