Skip to content
Snippets Groups Projects
Commit 1940d1a4 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

doc: extend key.id description

parent a896dfe8
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -117,7 +117,7 @@ See following examples and :ref:`ACL section`.:: ...@@ -117,7 +117,7 @@ See following examples and :ref:`ACL section`.::
:: ::
key: key:
- id: key1 - id: key1 # The real TSIG key name
algorithm: hmac-md5 algorithm: hmac-md5
secret: Wg== secret: Wg==
......
...@@ -322,6 +322,14 @@ key: ...@@ -322,6 +322,14 @@ key:
.SS id .SS id
.sp .sp
A key name identifier. A key name identifier.
.sp
\fBNOTE:\fP
.INDENT 0.0
.INDENT 3.5
This value MUST be exactly the same as the name of the TSIG key on the
opposite master/slave server(s).
.UNINDENT
.UNINDENT
.SS algorithm .SS algorithm
.sp .sp
A key algorithm. A key algorithm.
......
...@@ -344,6 +344,10 @@ id ...@@ -344,6 +344,10 @@ id
A key name identifier. A key name identifier.
.. NOTE::
This value MUST be exactly the same as the name of the TSIG key on the
opposite master/slave server(s).
.. _key_algorithm: .. _key_algorithm:
algorithm algorithm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment