This function configures the domain to use Next Secure Record (NSEC) semantics instead of Next Secure Record 3 (NSEC3) semantics.
Important:
When you disable the DNS role, the system disables this function.
domain required | string The domain on which to disable NSEC3 semantics and use NSEC semantics. Example: domain=example.com |
apiversion | integer The version of the API. |
func | string The name of the method called. |
module | string The name of the module called. |
object |
uapi --user=username DNSSEC unset_nsec3 domain='example.com'
{- "apiversion": 3,
- "func": "unset_nsec3",
- "module": "DNSSEC",
- "result": {
- "data": {
- "disabled": {
- "example.com": 1
}
}, - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}