DNSSEC Multi-Signer

How can I activate the Multi-Signer feature for the DNSSEC?

I found this article:

But it didn’t help. I still unable to add DNSKEY records to my DNS zone.

Does this requires a paid plan?

Regards,
Davide

1 Like

Same question and issue. When I query API /client/v4/zone/${ZONE_ID}/dnssec, it clearly shows in the result
"dnssec_multi_signer": true
but still getting error 9223 trying to add DNSKEY records, whether via the browser or via the dns_records API.

I’m having the same issue. I’ve tried different variations of the following PATCH request to the API, but I still can’t add a custom DNSKEY record.

{"dnssec_multi_signer": true, "dnssec_multi_model": 2}

The API shows correct DNSSEC configuration:

"status": "active",
"dnssec_multi_signer": true

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.