# HG changeset patch # User MWild1@gmail.com # Date 1400495477 0 # Node ID 7261117fcf19adcf2192861683c7d7eff56a4964 # Parent af6a790e42b691cdba9242b70ce94b1f73201021 Link to Zash's guide diff -r af6a790e42b6 -r 7261117fcf19 mod_s2s_auth_dane.wiki --- a/mod_s2s_auth_dane.wiki Mon May 19 10:30:22 2014 +0000 +++ b/mod_s2s_auth_dane.wiki Mon May 19 10:31:17 2014 +0000 @@ -1,17 +1,19 @@ #summary S2S authentication using DANE -#labels Stage-Alpha, Type-S2SAuth +#labels Stage-Alpha,Type-S2SAuth = Introduction = This module implements DANE as described in [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]. -= Dependecies = += Dependencies = This module requires a DNSSEC aware DNS resolver. Prosodys internal DNS module does not support DNSSEC. Therefore, to use this module, a replacement is needed, such as [https://www.zash.se/luaunbound.html this one]. +More installation instructions can be found at [https://www.zash.se/prosody-dane.html Prosody with DANE]. + = Configuration = After [https://prosody.im/doc/installing_modules installing the module], just add it to `modules_enabled`; @@ -55,4 +57,4 @@ = Compatibility = -Requires 0.9 or above. +Requires 0.9 or above. \ No newline at end of file