aboutsummaryrefslogtreecommitdiff
path: root/proposals
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-09-13 09:35:49 -0400
committerNick Mathewson <nickm@torproject.org>2021-09-13 09:35:49 -0400
commit363ea9878b265d28086c8e392e9fea2ef11af219 (patch)
treef22477f5dd0b8ff949be741963ecb51e89b5025c /proposals
parentb03be04b5f30f50db0d887bf44d71dfebad2be2d (diff)
parent8b1babf17c4b61084bfce18daee72d83ea6dfba3 (diff)
downloadtorspec-363ea9878b265d28086c8e392e9fea2ef11af219.tar.gz
torspec-363ea9878b265d28086c8e392e9fea2ef11af219.zip
Merge remote-tracking branch 'tor-gitlab/mr/45'
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 a741e1c..4f13835 100644
--- a/proposals/326-tor-relay-well-known-uri-rfc8615.md
+++ b/proposals/326-tor-relay-well-known-uri-rfc8615.md
@@ -52,6 +52,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