mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Remove errorneous shell output redirection from dnssec-signzone example
The > looked like shell output redirection. It was present since we imported DNSSEC Guide into the ARM.
This commit is contained in:
@@ -1403,7 +1403,7 @@ it is in a file called ``zone.child.example``, using manually specified keys:
|
||||
|
||||
# cd /etc/bind/keys/example.com/
|
||||
# dnssec-signzone -A -t -N INCREMENT -o example.com -f /etc/bind/db/example.com.signed.db \
|
||||
> /etc/bind/db/example.com.db Kexample.com.+013+17694.key Kexample.com.+013+06817.key
|
||||
/etc/bind/db/example.com.db Kexample.com.+013+17694.key Kexample.com.+013+06817.key
|
||||
Verifying the zone using the following algorithms: ECDSAP256SHA256.
|
||||
Zone fully signed:
|
||||
Algorithm: ECDSAP256SHA256: KSKs: 1 active, 0 stand-by, 0 revoked
|
||||
|
Reference in New Issue
Block a user