This function returns the provider's filename requirements for Domain Control Validation (DCV) checks.
uapi --output=jsonpretty \ --user=username \ Market \ get_provider_specific_dcv_constraints \ provider='cPStore'
{- "apiversion": 3,
- "func": "get_provider_specific_dcv_constraints",
- "module": "Market",
- "result": {
- "data": {
- "dcv_file_allowed_characters": [
- [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6,
- 7,
- 8,
- 9,
- "A",
- "B",
- "C",
- "D",
- "E",
- "F"
]
], - "dcv_file_extension": "txt",
- "dcv_file_random_character_count": 32,
- "dcv_file_relative_path": ".well-known/pki-validation",
- "dcv_max_redirects": 0,
- "dcv_user_agent_string": "COMODO DCV"
}, - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}