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 10

_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to