# HG changeset patch # User Kim Alvefur # Date 1441810823 -7200 # Node ID 5113f8ff67124736d710b87abf75c7e003fc02ec # Parent 6234e67ebe7a962f12a0188b470062d3efb712bd mod_s2s_auth_dane/README: Bump heading levels (modules.prosody.im decreases them one step) and fix some missing spaces diff -r 6234e67ebe7a -r 5113f8ff6712 mod_s2s_auth_dane/README.markdown --- a/mod_s2s_auth_dane/README.markdown Wed Sep 09 15:27:31 2015 +0200 +++ b/mod_s2s_auth_dane/README.markdown Wed Sep 09 17:00:23 2015 +0200 @@ -6,7 +6,7 @@ ... Introduction ------------- +============ This module implements DANE as described in[Using DNS Security Extensions (DNSSEC) and DNS-based Authentication of Named Entities @@ -14,7 +14,7 @@ Associations](http://tools.ietf.org/html/draft-miller-xmpp-dnssec-prooftype). Dependencies ------------- +============ This module requires a DNSSEC aware DNS resolver. Prosodys internal DNSmodule does not support DNSSEC. Therefore, to use this module, @@ -25,7 +25,7 @@ DANE](https://www.zash.se/prosody-dane.html). Configuration -------------- +============= After [installing the module](https://prosody.im/doc/installing_modules), just add it to @@ -37,12 +37,12 @@ } DNS Setup ---------- +========= In order for other services to verify your site using using this plugin,you need to publish TLSA records (and they need to have this -plugin).Here's an example using "DANE-EE Cert SHA2-256" for a host -namedxmpp.example.com serving the domain example.com. +plugin). Here's an example using `DANE-EE Cert SHA2-256` for a host +named `xmpp.example.com` serving the domain `example.com`. $ORIGIN example.com. ; Your standard SRV record @@ -63,12 +63,12 @@ tools](http://www.internetsociety.org/deploy360/dnssec/tools/) Further reading ---------------- +=============== - [DANE TLSA implementation and operational guidance](http://tools.ietf.org/html/draft-ietf-dane-ops) Compatibility -------------- +============= Requires 0.9 or above.