comparison mod_s2s_auth_posh/README.markdown @ 3225:517c7f0333e3

mod_s2s_auth_posh: Add a command for generating the JSON file
author Kim Alvefur <zash@zash.se>
date Mon, 13 Aug 2018 03:35:42 +0200
parents d57635562216
children
comparison
equal deleted inserted replaced
3224:b7aa8630438e 3225:517c7f0333e3
8 8
9 [PKIX over Secure HTTP (POSH)][rfc7711] describes a method of 9 [PKIX over Secure HTTP (POSH)][rfc7711] describes a method of
10 securely delegating a domain to a hosting provider, without that hosting 10 securely delegating a domain to a hosting provider, without that hosting
11 provider needing keys and certificates covering the hosted domain. 11 provider needing keys and certificates covering the hosted domain.
12 12
13 # Setup 13 # Validating
14 14
15 This module performs POSH validation of other servers. It is *not* 15 This module performs POSH validation of other servers. It is *not*
16 needed to delegate your own domain. 16 needed to delegate your own domain.
17
18 # Delegation
19
20 You can generate the JSON delegation file from a certificate by running
21 `prosodyctl mod_s2s_auth_posh /path/to/example.crt`. This file needs to
22 be served at `https://example.com/.well-known/posh/xmpp-server.json`.