Skip to main content

2.14 Batch Modify Domain Control Validation Method for SSL Subscriptions

2.14.1 API Information

Environment
Production environmenthttps://portal.racent.com/ssl/batchUpdateDCV
Request methodPOST
content-typemultipart/form-data
DescriptionThis 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 nameParameter typeRequiredDescription
api_tokenStringYIdentity credential. Contact Racent technical support to generate a token.
certIdStringYRacent certificate ID
dcvMethodStringNDomain Control Validation (DCV) method. Refer to section 2.2 for allowed values (EMAIL verification is not supported for multi-domain certificates).
dcvEmailStringNDCV email address. This parameter is required (Y) when dcvMethod is set to EMAIL.
domainInfoStringNBatch modification of domain information
domainNameStringNDomain name
dcvMethodStringNDCV method
dcvEmailStringNDCV email address

Function Return

ParameterTypeRequiredDescription
codeIntYReturn status. Refer to Appendix 3.1 for detailed explanations
errorsObject or StringNSpecific error information when the return status indicates an error.