server-server: PDUs are signed by the origin server's private key
Not the public key. Signed-off-by: Robert Swain <robert.swain@gmail.com>
This commit is contained in:
parent
14bd3effde
commit
5855bf4b16
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ Persisted Data Units (PDUs):
|
||||||
|
|
||||||
Like email, it is the responsibility of the originating server of a PDU
|
Like email, it is the responsibility of the originating server of a PDU
|
||||||
to deliver that event to its recipient servers. However PDUs are signed
|
to deliver that event to its recipient servers. However PDUs are signed
|
||||||
using the originating server's public key so that it is possible to
|
using the originating server's private key so that it is possible to
|
||||||
deliver them through third-party servers.
|
deliver them through third-party servers.
|
||||||
|
|
||||||
Ephemeral Data Units (EDUs):
|
Ephemeral Data Units (EDUs):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue