From 74f38b2a47fd5592d6ce7dcdbc6efb90801abbf5 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 2 Nov 2007 00:25:41 +0000 Subject: [PATCH] add alternate Mac OS answer --- FAQ.xml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/FAQ.xml b/FAQ.xml index 0705aaad2a2..f2b8e3f2874 100644 --- a/FAQ.xml +++ b/FAQ.xml @@ -17,7 +17,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - +
Frequently Asked Questions about BIND 9 @@ -1378,6 +1378,29 @@ key "rndc-key" { This is persistent upon a reboot, so you will have to do it only once. + + + + Alternatively you can just generate /etc/rndc.key by running: + + + +% sudo rndc-confgen -a + + + Then start the relevant service: + + + +% sudo service org.isc.named start + + + Named will look for /etc/rndc.key when it starts if it + doesn't have a controls section or the existing controls are + missing keys sub-clauses. This is persistent upon a + reboot, so you will have to do it only once. + + -- 2.47.3