Software /
code /
prosody-modules
Comparison
mod_s2s_auth_posh/README.md @ 6003:fe081789f7b5
All community modules: Unify file extention of Markdown files to .md
author | Menel <menel@snikket.de> |
---|---|
date | Tue, 22 Oct 2024 10:26:01 +0200 |
parent | 3225:mod_s2s_auth_posh/README.markdown@517c7f0333e3 |
comparison
equal
deleted
inserted
replaced
6002:5a65a632d5b9 | 6003:fe081789f7b5 |
---|---|
1 --- | |
2 labels: | |
3 - 'Type-S2SAuth' | |
4 --- | |
5 | |
6 Introduction | |
7 ============ | |
8 | |
9 [PKIX over Secure HTTP (POSH)][rfc7711] describes a method of | |
10 securely delegating a domain to a hosting provider, without that hosting | |
11 provider needing keys and certificates covering the hosted domain. | |
12 | |
13 # Validating | |
14 | |
15 This module performs POSH validation of other servers. It is *not* | |
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`. |