Hello
We are migrating some external DNS zones into our cPanel DNS cluster. Our cluster runs PowerDNS with the bind backend.
Some of the domains to be imported make use of DNSSEC. The zone loads correctly, then to import the key we execute
pdnsutil import-zone-key upn.org /root/migrations/keys/Kupn.org.+007+12198.key ksk
but we get a message saying "Error: Request to create key object for unknown algorithm number 0".
The algorithm number of course is not 0, the key file content starts like this:
; This is a key-signing key, keyid 12198, for upn.org.
; Created: 20190612101512 (Wed Jun 12 12:15:12 2019)
; Publish: 20190612101512 (Wed Jun 12 12:15:12 2019)
; Activate: 20190612101512 (Wed Jun 12 12:15:12 2019)
upn.org. IN DNSKEY 257 3 7 AwEAAcDj......
What can we do to get the key to load correctly? Or am I missing some step along the way?
We are migrating some external DNS zones into our cPanel DNS cluster. Our cluster runs PowerDNS with the bind backend.
Some of the domains to be imported make use of DNSSEC. The zone loads correctly, then to import the key we execute
pdnsutil import-zone-key upn.org /root/migrations/keys/Kupn.org.+007+12198.key ksk
but we get a message saying "Error: Request to create key object for unknown algorithm number 0".
The algorithm number of course is not 0, the key file content starts like this:
; This is a key-signing key, keyid 12198, for upn.org.
; Created: 20190612101512 (Wed Jun 12 12:15:12 2019)
; Publish: 20190612101512 (Wed Jun 12 12:15:12 2019)
; Activate: 20190612101512 (Wed Jun 12 12:15:12 2019)
upn.org. IN DNSKEY 257 3 7 AwEAAcDj......
What can we do to get the key to load correctly? Or am I missing some step along the way?
Last edited by a moderator: