2
rndc: unsupported algorithm: HMAC-MD5.SIG-ALG.REG.INT

I've created a new key using this command:

dnssec-keygen -a HMAC-MD5 -b 128 -r /dev/urandom -n USER DDNS_UPDATE

I didn't found any way to solve this issue, any idea? (avoid change algorithm)

cat /etc/bind/ddns.key

key DDNS_UPDATE {
        algorithm HMAC-MD5.SIG-ALG.REG.INT;
        secret "my_key";
};
Pol Hallen
  • 2,157
  • 8
  • 23
  • 31

1 Answers1

2

Only algorithm supported by rndc is "hmac-md5".