From: Michal 'vorner' Vaner Date: Tue, 25 Sep 2012 12:57:32 +0000 (+0200) Subject: [2189] Links to the TSIG chapter X-Git-Tag: trac2351_base~37^2~8^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d0a5d03e219ccb645894c8afe41e1bd548ff83e1;p=thirdparty%2Fkea.git [2189] Links to the TSIG chapter --- diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml index b6ca474879..fcb55fe826 100644 --- a/doc/guide/bind10-guide.xml +++ b/doc/guide/bind10-guide.xml @@ -1333,14 +1333,14 @@ TODO Each key has three attributes. One is a name by which it is referred both in DNS packets and the rest of the configuration. Another is the algorithm used to compute the signature. And the last part is base64 - encoded secret, which might be any blob of binary data. + encoded secret, which might be any blob of data. The parts are written into a string, concatenated together by colons. So if you wanted to have a key called "example.key", used as HMAC-MD5 key with secret "secret", you'd write it as: -"example.key.:c2VjcmV0:hmac-md5". +"example.key.:c2VjcmV0:hmac-md5" @@ -1458,9 +1458,8 @@ AND_MATCH := "ALL": [ RULE_RAW, RULE_RAW, ... ] The other is TSIG key by which the message was signed. The ACL contains only the name (under the name "key"), the key itself - must be stored in the global keyring. This property is applicable only - to the DNS context. - + must be stored in the global key ring. This + property is applicable only to the DNS context. @@ -2234,7 +2233,7 @@ Xfrout/transfer_acl[0] {"action": "ACCEPT"} any (default) If you want to require TSIG in access control, a system wide TSIG - "key ring" must be configured. + key ring must be configured. In this example, we allow client matching both the IP address and key. @@ -2454,7 +2453,7 @@ what is XfroutClient xfr_client?? > config commit The TSIG key must be configured system wide - (see .) + (see .)