[deployment-guide/comm-rel: 420/727] Added the Enabling the DNSSEC Validation section.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 13:00:05 UTC 2010


commit 420ce0a0a33c9b9813682c963a4177517aa956e3
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Wed Aug 18 16:04:23 2010 +0200

    Added the Enabling the DNSSEC Validation section.

 en-US/The_BIND_DNS_Server.xml |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/en-US/The_BIND_DNS_Server.xml b/en-US/The_BIND_DNS_Server.xml
index 23a6203..db194a0 100644
--- a/en-US/The_BIND_DNS_Server.xml
+++ b/en-US/The_BIND_DNS_Server.xml
@@ -1729,6 +1729,20 @@ The zone reload and thaw was successful.</screen>
   auto-dnssec maintain;
 };</screen>
     </section>
+    <section id="s2-bind-rndc-validation">
+      <title>Enabling the DNSSEC Validation</title>
+      <para>
+        To enable the DNSSEC validation, type the following at a shell prompt:
+      </para>
+      <screen>~]# <command>rndc validation on</command></screen>
+      <para>
+        Similarly, to disable this option, type:
+      </para>
+      <screen>~]# <command>rndc validation off</command></screen>
+      <para>
+        Refer to the <option>options</option> statement described in <xref linkend="s2-bind-namedconf-state" /> for information on how configure this option in <filename>/etc/named.conf</filename>.
+      </para>
+    </section>
     <!-- TODO: Rewrite the information below.
     <section id="s2-bind-rndc-options">
       <title>Command Line Options</title>


More information about the docs-commits mailing list