mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 09:59:08 -04:00
regenerated
This commit is contained in:
parent
d3d785705a
commit
abe885e016
2 changed files with 7 additions and 6 deletions
|
|
@ -529,9 +529,9 @@ CLASS="emphasis"
|
|||
> could be
|
||||
<TT
|
||||
CLASS="literal"
|
||||
>mail.example.net</TT
|
||||
>mail.example.com</TT
|
||||
>,
|
||||
were <TT
|
||||
where <TT
|
||||
CLASS="literal"
|
||||
>com</TT
|
||||
> is the
|
||||
|
|
|
|||
|
|
@ -535,7 +535,7 @@ CLASS="varname"
|
|||
...
|
||||
};
|
||||
|
||||
zone "site1.example.com" { // sample slave zone
|
||||
zone "site1.example.com" { // sample master zone
|
||||
type master;
|
||||
file "m/site1.example.com";
|
||||
forwarders { }; // do normal iterative
|
||||
|
|
@ -1104,9 +1104,10 @@ CLASS="command"
|
|||
CLASS="command"
|
||||
>ZONE</B
|
||||
>, and must be usable for authentication.
|
||||
It is recommended that zone keys be mandatory to implement a
|
||||
cryptographic algorithm; currently the only key mandatory to
|
||||
implement an algorithm is DSA.</P
|
||||
It is recommended that zone keys use a cryptographic algorithm
|
||||
designated as "mandatory to implement" by the IETF; currently
|
||||
these are RSASHA1 (which is not yet supported in BIND 9.2)
|
||||
and DSA.</P
|
||||
><P
|
||||
>The following command will generate a 768 bit DSA key for
|
||||
the <TT
|
||||
|
|
|
|||
Loading…
Reference in a new issue