Module: sip-router Branch: master Commit: e2f9e909a2abd02cebb292cc8cb3500aa4c07036 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e2f9e909...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Thu Apr 18 21:22:01 2013 +0200
dnssec: make web links clickable for html version
---
modules/dnssec/README | 39 +++++++++++----------------------- modules/dnssec/doc/dnssec_admin.xml | 34 ++++++++++++++---------------- 2 files changed, 29 insertions(+), 44 deletions(-)
diff --git a/modules/dnssec/README b/modules/dnssec/README index 314fe27..58db596 100644 --- a/modules/dnssec/README +++ b/modules/dnssec/README @@ -15,14 +15,6 @@ Marius Zbihlei 2.1. Kamailio Modules 2.2. External Libraries or Applications
- 3. Parameters - - 3.1. none - - List of Examples - - 1.1. - Chapter 1. Admin Guide
Table of Contents @@ -33,16 +25,20 @@ Chapter 1. Admin Guide 2.1. Kamailio Modules 2.2. External Libraries or Applications
- 3. Parameters - - 3.1. none - 1. Overview
- The module replaces the common system dns resolver function with the - DNSSEC wrappers provided by libval + The module replaces the common system dns resolver functions from core + with the DNSSEC wrappers provided by libval. Practically, by loading + the module, Kamailio will make use of extensions to DNS which provide + origin authentication of DNS data, authenticated denial of existence, + and data integrity.
- Installing libval can be done from https://www.dnssec-tools.org/ + There is no module parameter that should be set nor fuction that has to + be executed by the configuration file. Existing SIP server deployments + can be updated to use DNSSEC by loading this module and setting + appropriate DNS server to the operating system. + + Installing libval can be done from https://www.dnssec-tools.org.
2. Dependencies
@@ -58,14 +54,5 @@ Chapter 1. Admin Guide
The following libraries or applications must be installed before running Kamailio with this module loaded: - * LibVal must be install. Check https://www.dnssec-tools.org for - installation procedures. - -3. Parameters - - 3.1. none - -3.1. none - - Example 1.1. -... + * libval - check https://www.dnssec-tools.org for installation + guidelines. diff --git a/modules/dnssec/doc/dnssec_admin.xml b/modules/dnssec/doc/dnssec_admin.xml index 3baf9ff..22912ec 100644 --- a/modules/dnssec/doc/dnssec_admin.xml +++ b/modules/dnssec/doc/dnssec_admin.xml @@ -16,10 +16,21 @@ <section> <title>Overview</title> <para> - The module replaces the common system dns resolver function with the DNSSEC wrappers provided by libval + The module replaces the common system dns resolver functions from core + with the DNSSEC wrappers provided by libval. Practically, by loading + the module, &kamailio; will make use of extensions to DNS which provide + origin authentication of DNS data, authenticated denial of existence, + and data integrity. </para> <para> - Installing libval can be done from https://www.dnssec-tools.org/ + There is no module parameter that should be set nor fuction that has to + be executed by the configuration file. Existing SIP server deployments + can be updated to use DNSSEC by loading this module and setting + appropriate DNS server to the operating system. + </para> + <para> + Installing libval can be done from + <ulink url="https://www.dnssec-tools.org/">https://www.dnssec-tools.org</ulink>. </para> </section> <section> @@ -45,28 +56,15 @@ <itemizedlist> <listitem> <para> - <emphasis>LibVal must be install. Check https://www.dnssec-tools.org for installation procedures</emphasis>. + <emphasis>libval</emphasis> - check + <ulink url="https://www.dnssec-tools.org/">https://www.dnssec-tools.org</ulink> + for installation guidelines. </para> </listitem> </itemizedlist> </para> </section> </section> - <section> - <title>Parameters</title> - <section> - <title>none</title> - <para> - </para> - <example> - <title></title> - <programlisting format="linespecific"> -... -</programlisting> - </example> - </section> - </section> -
</chapter>