Re: Server Keys

2019-11-11 Thread Mark Andrews
> On 12 Nov 2019, at 17:27, Mundile wrote: > > How do include a list of keys in BIND9 server clause: You don’t. Only a single key is supported optionally surrounded by braces. For key rollover you update the server side to support multiple keys rather than have the client side try multiple k

Server Keys

2019-11-11 Thread Mundile
How do include a list of keys in BIND9 server clause: server ip-addr { [ keys "key-name"; ["key-name"; ... ; ] ;} For example, I have tried the following but it is giving errors server 162.0.4.49 { keys { tsig.example.org1 ; tsig.example.org2; tsig.example.org3 }; }; Sent from Mail for Windows