comparison mod_s2s_auth_dane.wiki @ 459:7261117fcf19

Link to Zash's guide
author MWild1@gmail.com
date Mon, 19 May 2014 10:31:17 +0000
parents 5f111a4e13fb
children
comparison
equal deleted inserted replaced
458:af6a790e42b6 459:7261117fcf19
1 #summary S2S authentication using DANE 1 #summary S2S authentication using DANE
2 #labels Stage-Alpha, Type-S2SAuth 2 #labels Stage-Alpha,Type-S2SAuth
3 3
4 = Introduction = 4 = Introduction =
5 5
6 This module implements DANE as described in 6 This module implements DANE as described in
7 [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]. 7 [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].
8 8
9 = Dependecies = 9 = Dependencies =
10 10
11 This module requires a DNSSEC aware DNS resolver. Prosodys internal DNS 11 This module requires a DNSSEC aware DNS resolver. Prosodys internal DNS
12 module does not support DNSSEC. Therefore, to use this module, a 12 module does not support DNSSEC. Therefore, to use this module, a
13 replacement is needed, such as [https://www.zash.se/luaunbound.html this one]. 13 replacement is needed, such as [https://www.zash.se/luaunbound.html this one].
14
15 More installation instructions can be found at [https://www.zash.se/prosody-dane.html Prosody with DANE].
14 16
15 = Configuration = 17 = Configuration =
16 18
17 After [https://prosody.im/doc/installing_modules installing the module], just add it to `modules_enabled`; 19 After [https://prosody.im/doc/installing_modules installing the module], just add it to `modules_enabled`;
18 20