Request order DCV random value
PUT https://www.digicert.com/services/v2/order/certificate/{{order_id}}/dcv-random-value
Use this endpoint to request the domain control validation (DCV) random value for a DV, OV, or EV TLS certificate order using a DCV method of dns-txt-token
, dns-cname-token
, or http-token
. This value is required to prove domain ownership before the certificate can be issued.
If a valid order random value already exists, DigiCert returns the existing random value instead of generating a new one. If the existing order random value is expired, DigiCert generates a new random value and returns it in the API response.
Use the order random value to complete the DCV check for any domains submitted for validation with the order.
DCV random value has an expiration date, which is provided in the API response ("expiration_date": "YYYY-MM-DDTHH:MM:SSZ"). Ensure that domain validation is completed before this date to avoid validation failures.
Example requests and responses
Response parameters
Name | Type | Description |
---|---|---|
dcv_random_value | string | Random value used to validate domain control. |
expiration_date | string | Date and time the random value expires. UTC timezone, ISO 8601 format. |