mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Avoid opt-out flag in dnssec-signzone examples
Since !6413 we discourage opt-out, so we should not be advertising it in the examples. Even worse, it was just thrown into the command line without even mentioning its meaning in the surrounding text. Related: !6413
This commit is contained in:
@@ -1402,7 +1402,7 @@ it is in a file called ``zone.child.example``, using manually specified keys:
|
|||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
# cd /etc/bind/keys/example.com/
|
# cd /etc/bind/keys/example.com/
|
||||||
# dnssec-signzone -A -t -N INCREMENT -o example.com -f /etc/bind/db/example.com.signed.db \
|
# dnssec-signzone -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.
|
Verifying the zone using the following algorithms: ECDSAP256SHA256.
|
||||||
Zone fully signed:
|
Zone fully signed:
|
||||||
|
Reference in New Issue
Block a user