Update domain to use NSEC3
This function configures the domain to use Next Secure Record 3 (NSEC3) semantics.
Important:
When you disable the DNS role, the system disables this function.
Query parameters
The domain on which to enable NSEC3 semantics.
The number of times that the system re-executes the first resource record hash operation.
Whether NSEC3 will operate in Narrow mode or Inclusive mode. In Narrow mode, PowerDNS sends out white lies about the next secure record. Rather than query the resource record in the database, PowerDNS sends the hash plus 1 as the next secure record.
- 1 - Narrow mode. * 0 - Inclusive mode.
Whether the system will create records for all delegations.
- 1 - Create records for all delegations.
- 0 - Create records only for secure delegations.
Note:
Only select 1 if you must create records for all delegations.
The salt value that PowerDNS uses in the hashes. For more information about the salt value, read the RFC 5155 documentation.
Note:
In cPanel & WHM version 132 and later, this parameter also accepts the literal value - to indicate no salt value.
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "set_nsec3",
"module": "DNSSEC",
"result": {
"data": {
"enabled": {
"example1.com": 1
}
},
"status": 1
}
}