Re: tsig key not found

2024-01-17 Thread Michael Lipp
https://bind9.readthedocs.io/en/v9.16.42/advanced.html#errors). As it is, I was too focused on finding a problem with defining a key at all. Maybe pointing out this would be an acceptable issue... Thanks again!  - Michael Am 17.01.24 um 18:26 schrieb Anand Buddhdev: On 17/01/2024 18:18, Michael

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"