Mercurial > prosody-wiki
comparison mod_s2s_auth_dnssec_srv.wiki @ 454:528721aaea46
a bunch of pages: strip trailing whitespace
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 27 Apr 2014 03:42:02 +0200 |
parents | aed976928537 |
children |
comparison
equal
deleted
inserted
replaced
453:85a5df9cc05f | 454:528721aaea46 |
---|---|
3 | 3 |
4 = Introduction = | 4 = Introduction = |
5 | 5 |
6 *This module has been merged into [mod_s2s_auth_dane].* | 6 *This module has been merged into [mod_s2s_auth_dane].* |
7 | 7 |
8 This module implements Secure Delegation using DNS SRV as described in | 8 This module implements Secure Delegation using DNS SRV as described in |
9 [http://tools.ietf.org/html/draft-miller-xmpp-dnssec-prooftype Using DNS Security Extensions (DNSSEC) and DNS-based Authentication of Named Entities (DANE) as a Prooftype for XMPP Domain Name Associations]. | 9 [http://tools.ietf.org/html/draft-miller-xmpp-dnssec-prooftype Using DNS Security Extensions (DNSSEC) and DNS-based Authentication of Named Entities (DANE) as a Prooftype for XMPP Domain Name Associations]. |
10 | 10 |
11 = Dependecies = | 11 = Dependecies = |
12 | 12 |
13 This module requires a DNSSEC aware DNS resolver. Prosodys internal DNS | 13 This module requires a DNSSEC aware DNS resolver. Prosodys internal DNS |
14 module does not support DNSSEC. Therefore, to use this module, a | 14 module does not support DNSSEC. Therefore, to use this module, a |
15 replacement is needed, such as | 15 replacement is needed, such as |
16 [http://code.zash.se/luaunbound this libunbound and LuaJIT FFI based one]. | 16 [http://code.zash.se/luaunbound this libunbound and LuaJIT FFI based one]. |
17 | 17 |
18 = Configuration = | 18 = Configuration = |
19 | 19 |