aboutsummaryrefslogtreecommitdiff
path: root/proposals
diff options
context:
space:
mode:
authornusenu <360-nusenu@gitlab.torproject.org>2021-09-12 20:27:26 +0000
committernusenu <360-nusenu@gitlab.torproject.org>2021-09-12 20:27:26 +0000
commit8b1babf17c4b61084bfce18daee72d83ea6dfba3 (patch)
tree6219b9565fb3f215ebd2e0b6cdb442e5aea66632 /proposals
parent1ecf3f66586816fc718e38f8cd7cbb23fa9b81f5 (diff)
downloadtorspec-8b1babf17c4b61084bfce18daee72d83ea6dfba3.tar.gz
torspec-8b1babf17c4b61084bfce18daee72d83ea6dfba3.zip
add ed25519-master-pubkey.txt description
Diffstat (limited to 'proposals')
-rw-r--r--proposals/326-tor-relay-well-known-uri-rfc8615.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/proposals/326-tor-relay-well-known-uri-rfc8615.md b/proposals/326-tor-relay-well-known-uri-rfc8615.md
index 568d387..b1ed60a 100644
--- a/proposals/326-tor-relay-well-known-uri-rfc8615.md
+++ b/proposals/326-tor-relay-well-known-uri-rfc8615.md
@@ -53,6 +53,27 @@ B234567890123456789012345678901234567890
```
The RSA SHA1 relay fingerprint can be found in the file named "fingerprint" located in the Tor data directory on the relay.
+## /.well-known/tor-relay/ed25519-master-pubkey.txt
+
+* The file contains one or more ed25519 Tor relay public master keys of relays operated by the entity in control of this website.
+* Each line contains one public ed25519 master key in its base64 encoded form.
+* The file may contain comments (starting with #).
+* Non-comment lines must be exactly 43 characters long and consist of the following characters [a-zA-z0-9/+].
+* Each key MUST appear at most once.
+* The file MUST not be larger than one MByte.
+* The content MUST be a media type of "text/plain".
+
+Example file content:
+
+```
+# we operate these Tor relays
+yp0fwtp4aa/VMyZJGz8vN7Km3zYet1YBZwqZEk1CwHI
+kXdA5dmIhXblAquMx0M0ApWJJ4JGQGLsjUSn86cbIaU
+bHzOT41w56KHh+w6TYwUhN4KrGwPWQWJX04/+tw/+RU
+```
+
+The base64 encoded ed25519 public master key can be found in the file named "fingerprint-ed25519" located in the Tor data directory on the relay.
+
# Change Controller