Re: tsig key not found

2024-01-17 Thread Michael Lipp
Thanks a lot! I spent almost a day on testing different configurations and key names (examples often use fqdns for the key names and I thought this might be the cause of the problem). I suppose I would eventually have found out about this if the response had been BADSIG (as decribed here http

Re: tsig key not found

2024-01-17 Thread Anand Buddhdev
On 17/01/2024 18:18, Michael Lipp wrote: Hi Michael, I have defined a key in named.conf: |key "acme-dns01" { algorithm hmac-sha256; secret "+m8fujTWD3qb0LkJFP7HPCZAbLlWBMtwtbNPEkvAt7E="; };| Your key algorithm is hmac-sha256, but see below... [snip] I'm using the key in a |grant| (but th

tsig key not found

2024-01-17 Thread Michael Lipp
I'm running v9.16.42. I have defined a key in named.conf: |key "acme-dns01" { algorithm hmac-sha256; secret "+m8fujTWD3qb0LkJFP7HPCZAbLlWBMtwtbNPEkvAt7E="; };| This has worked: |$ rndc tsig-list view "Default"; type "static"; key "acme-dns01"; view "Default"; type "static"; key "local-ddns"