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
Branches
Tags
No related merge requests found
Pipeline #17621 failed with stages
in 12 minutes and 45 seconds
......@@ -117,7 +117,7 @@ See following examples and :ref:`ACL section`.::
::
key:
- id: key1
- id: key1 # The real TSIG key name
algorithm: hmac-md5
secret: Wg==
......
......@@ -322,6 +322,14 @@ key:
.SS id
.sp
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
.sp
A key algorithm.
......
......@@ -344,6 +344,10 @@ id
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:
algorithm
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment