Date: Tue, 2 Oct 2001 21:51:40 -0400 From: Vivek Khera <khera@kcilink.com> To: Mark.Andrews@isc.org Cc: stable@freebsd.org, bind-users@isc.org Subject: Re: BIND 8.2.4-REL in FreeBSD 4.4 broke my DNSSEC Message-ID: <15290.28460.13200.896613@onceler.kciLink.com> In-Reply-To: <200109280805.f8S85Rr03084@drugs.dv.isc.org> References: <15282.16519.937665.189852@onceler.kciLink.com> <200109280805.f8S85Rr03084@drugs.dv.isc.org>
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "MA" == Mark Andrews <Mark.Andrews@isc.org> writes: >> My config is like this: >> >> key kci-yertle. { >> algorithm hmac-md5; MA> secret "my-secret-is-here"; >> }; >> >> server 216.194.193.105 { >> keys { kci-yertle.; }; >> }; MA> Are you sure that you have these clauses in this order and not MA> the reverse order. Keys have to be defined before they used. Yes; I cut-and-pasted the lines as a whole from my named.conf file, and then cut out my actual password. Removing the trailing dot in the key name allowed it to work (at least it doesn't complain on startup). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15290.28460.13200.896613>