BIND Configuration File Guide--key Statement


Syntax

key key_id { algorithm algorithm_id; secret secret_string; };

Definition and Usage

The key statement defines a key ID which can be used in a server statement to associate an authentication method with a particular name server.

A key ID must be created with the key statement before it can be used in a server definition.

The algorithm_id is a string that specifies a security/authentication algorithm. secret_string is the secret to be used by the algorithm.

The key statement is intended for future use by the server. It is checked for syntax but is otherwise ignored.


[ BIND Config. File | BIND Home | ISC ]


Steven J. Richardson <sjr@vix.com>
Last Updated: $Id: key.html,v 1.4 1997/05/06 22:11:32 vixie Exp $