mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-24 18:08:37 +01:00
11 lines
284 B
JSON
11 lines
284 B
JSON
{
|
|
"$ref": "server_key.json",
|
|
"signatures": {
|
|
"example.org": {
|
|
"ed25519:abc123": "VGhpcyBzaG91bGQgYWN0dWFsbHkgYmUgYSBzaWduYXR1cmU"
|
|
},
|
|
"notary.server.com": {
|
|
"ed25519:010203": "VGhpcyBpcyBhbm90aGVyIHNpZ25hdHVyZQ"
|
|
}
|
|
}
|
|
} |