Use this endpoint to activate domain locking for a given domain. Domain locking prevents users in other CertCentral accounts from requesting certificates for the domain.
To lock a domain, you must enable domain locking in your CertCentral account. See Domain locking – Enable domain locking for your account.
When you activate domain locking, the domain's lock status (domain_locking_status
) becomes pending
. To finish protecting your domain, you must:
account_token
), use the Domain info API.enabled
, and the domain is locked.curl -X PUT \
'https://www.digicert.com/services/v2/domain/{{domain_id}}/activate-domain-locking' \
-H 'Content-Type: application/json' \
-H 'X-DC-DEVKEY: {{api_key}}'
// No Content
Name | Req/Opt | Description |
---|---|---|
domain_id | required | Domain ID. |