This function activates a domain's DNSSEC security key.
domain required | string The domain for which to activate a security key. Example: domain=example.com |
key_id required | integer >= 1 The security key's ID. Note: Use the WHM AP1 Example: key_id=1 |
object |
whmapi1 --output=jsonpretty \ activate_zone_key \ domain='example.com' \ key_id='1'
{- "metadata": {
- "command": "activate_zone_key",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}