From 8877e185b8992111be47c65edd5ebc21c208ea9b Mon Sep 17 00:00:00 2001 From: James Brister Date: Tue, 2 Nov 1999 15:13:59 +0000 Subject: [PATCH] Document tkey-domain and tkey-dhkey options. --- doc/html/config/options.html | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/doc/html/config/options.html b/doc/html/config/options.html index f50be0db3f..ae3c563938 100644 --- a/doc/html/config/options.html +++ b/doc/html/config/options.html @@ -61,6 +61,8 @@ options { [ topology { address_match_list }; ] [ sortlist { address_match_list }; ] [ rrset-order { order_spec ; [ order_spec ; ... ] ] }; + [ tkey-domain string ; ] + [ tkey-dhkey string ; ] };
@@ -739,6 +741,27 @@ for these answers in the server is seconds. The default max-ncache-ttl + + +

Security

+

+

+
tkey-domain +
+A quoted string that sets the domain name appended to relative names used in +the TKEY key creation process. When an agreement is initiated by the client, +it may request a relative name, random name, or an absolute name. If a +relative name is used or a random name is created, the value of tkey-domain +will be appended. + +
tkey-dhkey +
+A quoted string that sets the Diffie Hellman key used by the server in a key +exchange. A shared secret will be derived from this key, the client's key, +and some random data, and the secret will be saved as a TSIG shared secret for +later use. +
+

[ BIND Config. File @@ -747,7 +770,7 @@ silently truncated to 7 days if set to a value which is greater that 7 days.


-Last Updated: $Id: options.html,v 1.1 1999/08/31 17:24:51 brister Exp $ +Last Updated: $Id: options.html,v 1.2 1999/11/02 15:13:59 brister Exp $