<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=EN-GB link=blue vlink="#954F72"><div class=WordSection1><p class=MsoNormal><span style='font-size:14.0pt'>How do include a list of keys in BIND9 server clause:<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:14.0pt'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:14.0pt'>server ip-addr {<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:14.0pt'>  [ keys "key-name"; ["key-name"; ... ; ]<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:14.0pt'>  ;}<o:p></o:p></span></p><p style='background:white'><span style='font-size:12.0pt;font-family:"Verdana",sans-serif;color:#444444'>For example, I have tried the following but it is giving errors<o:p></o:p></span></p><p style='background:white'><span style='font-size:12.0pt;font-family:"Verdana",sans-serif;color:#444444'>server 162.0.4.49 {<o:p></o:p></span></p><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;text-align:start;widows: 2;-webkit-text-stroke-width: 0px;text-decoration-style: initial;text-decoration-color: initial;word-spacing:0px'><p class=MsoNormal style='background:white'><span style='font-size:12.0pt;font-family:"Verdana",sans-serif;color:#444444'>keys { tsig.example.org1 ; tsig.example.org2; tsig.example.org3 };<o:p></o:p></span></p></blockquote><p class=MsoNormal><span style='font-size:12.0pt;font-family:"Verdana",sans-serif;color:#444444;background:white'>};</span></p><p class=MsoNormal>Sent from <a href="https://go.microsoft.com/fwlink/?LinkId=550986">Mail</a> for Windows 10</p><p class=MsoNormal><o:p> </o:p></p></div></body></html>