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 ; ] };
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 $