Hi all,

On Wed, Jan 30, 2013 at 5:27 AM, Evan Hunt <e...@isc.org> wrote:

>
> The key generated by keycreate can then be used on the client side
> to sign transfer requests:
>
>     key negotiated-key.server {
>         algorithm hmac-md5;
>         secret "MlNODIuzTrNMgSLRCFB1Iw==";
>     };
>

Thanks for the kind and excellent replies! So, currently there is no way
for the client to negotiate the key on-demand automatically?


>
>     zone example.com {
>         type slave;
>         masters { 1.2.3.4 key negotiated-key.server };
>         ...
>     };
>

BTW, what is the difference between specifying the key in the "masters"
setting and specifying the key in a server statement?
_______________________________________________
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