Comparison

mod_s2s_auth_posh/README.md @ 6211:750d64c47ec6 draft default tip

Merge
author Trần H. Trung <xmpp:trần.h.trung@trung.fun>
date Tue, 18 Mar 2025 00:31:36 +0700
parent 6003:fe081789f7b5
comparison
equal deleted inserted replaced
6210:24316a399978 6211:750d64c47ec6
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`.