changeset 1836:5113f8ff6712

mod_s2s_auth_dane/README: Bump heading levels (modules.prosody.im decreases them one step) and fix some missing spaces
author Kim Alvefur <zash@zash.se>
date Wed, 09 Sep 2015 17:00:23 +0200
parents 6234e67ebe7a
children 6a3b48eded35
files mod_s2s_auth_dane/README.markdown
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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.