mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 09:32:08 -04:00
Mention that the key must be defined in the server configuration file with the
same name and secret.
This commit is contained in:
parent
1964de81da
commit
4cc2a6e261
1 changed files with 3 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
.\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
.\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
.\" $Id: rndc.conf.5,v 1.11 2001/01/24 17:30:29 bwelling Exp $
|
||||
.\" $Id: rndc.conf.5,v 1.12 2001/02/07 20:27:40 bwelling Exp $
|
||||
|
||||
.Dd Jun 30, 2000
|
||||
.Dt RDNC.CONF 5
|
||||
|
|
@ -145,7 +145,8 @@ will by default use the server at localhost (127.0.0.1) and the key called
|
|||
.Dv samplekey .
|
||||
Commands to the localhost server will use the
|
||||
.Dv samplekey
|
||||
key.
|
||||
key, which must also be defined in the server's configuration file with
|
||||
the same name and secret.
|
||||
The
|
||||
.Dv key
|
||||
statement indicates that
|
||||
|
|
|
|||
Loading…
Reference in a new issue