2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

We do support keyboard input now.

This commit is contained in:
Brian Wellington
2000-06-27 21:45:52 +00:00
parent c4bf0b3906
commit b2ca1f1bd0

View File

@@ -11,12 +11,11 @@ Key generation and signing
The tools for generating DNSSEC keys and signatures are now in the
bin/dnssec directory. Documentation for these programs can be found
in doc/arm/Bv9ARM.4.html.
in doc/arm/Bv9ARM.4.html and the man pages.
The random data used in generating DNSSEC keys and signatures comes from
/dev/random if the OS supports that. Otherwise, the DNSSEC tools must
be fed a file containing entropy/random data. Future releases will allow
entropy to be entered manually from the keyboard.
either /dev/random (if the OS supports it) or keyboard input. Alternatively,
the a device or file containing entropy/random data can be specified.
Serving secure zones
@@ -66,4 +65,4 @@ an update occurs. Advanced access control is possible using the
"update-policy" statement in the zone definition.
$Id: dnssec,v 1.4 2000/06/22 00:14:36 tale Exp $
$Id: dnssec,v 1.5 2000/06/27 21:45:52 bwelling Exp $