mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
[master] doc nit: Base64 is capitalized and not hyphenated
This commit is contained in:
@@ -1171,7 +1171,7 @@ zone "eng.example.com" {
|
|||||||
"<userinput>hmac-sha256</userinput>",
|
"<userinput>hmac-sha256</userinput>",
|
||||||
"<userinput>hmac-sha384</userinput>"
|
"<userinput>hmac-sha384</userinput>"
|
||||||
and "<userinput>hmac-sha512</userinput>"
|
and "<userinput>hmac-sha512</userinput>"
|
||||||
have any meaning. The secret is a base-64 encoded string
|
have any meaning. The secret is a Base64 encoded string
|
||||||
as specified in RFC 3548.
|
as specified in RFC 3548.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@@ -3552,7 +3552,7 @@ $ORIGIN 0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa.
|
|||||||
number of required bits preceded by a dash, e.g.
|
number of required bits preceded by a dash, e.g.
|
||||||
<literal>hmac-sha1-80</literal>. The
|
<literal>hmac-sha1-80</literal>. The
|
||||||
<replaceable>secret_string</replaceable> is the secret
|
<replaceable>secret_string</replaceable> is the secret
|
||||||
to be used by the algorithm, and is treated as a base-64
|
to be used by the algorithm, and is treated as a Base64
|
||||||
encoded string.
|
encoded string.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@@ -11363,7 +11363,7 @@ example.com CNAME rpz-tcp-only.
|
|||||||
<para>
|
<para>
|
||||||
The <command>trusted-keys</command> statement can contain
|
The <command>trusted-keys</command> statement can contain
|
||||||
multiple key entries, each consisting of the key's
|
multiple key entries, each consisting of the key's
|
||||||
domain name, flags, protocol, algorithm, and the Base-64
|
domain name, flags, protocol, algorithm, and the Base64
|
||||||
representation of the key data.
|
representation of the key data.
|
||||||
Spaces, tabs, newlines and carriage returns are ignored
|
Spaces, tabs, newlines and carriage returns are ignored
|
||||||
in the key data, so the configuration may be split up into
|
in the key data, so the configuration may be split up into
|
||||||
|
Reference in New Issue
Block a user