aboutsummaryrefslogtreecommitdiff
path: root/spec/rend-spec-v3/hidden-service-directory-format-hidservdir-format.md
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-10-14 14:07:40 -0400
committerNick Mathewson <nickm@torproject.org>2023-10-14 14:07:40 -0400
commit4ba45dfd9afd08edeb46243127a480f1d23b9640 (patch)
tree4dcdb3b4ac378b255d8292693ef234100bf67ac5 /spec/rend-spec-v3/hidden-service-directory-format-hidservdir-format.md
parentd4b9bcc71565e1c3b7b74ddfcd44730697c10c6b (diff)
downloadtorspec-4ba45dfd9afd08edeb46243127a480f1d23b9640.tar.gz
torspec-4ba45dfd9afd08edeb46243127a480f1d23b9640.zip
Run mdformat on the spec files.
Diffstat (limited to 'spec/rend-spec-v3/hidden-service-directory-format-hidservdir-format.md')
-rw-r--r--spec/rend-spec-v3/hidden-service-directory-format-hidservdir-format.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/spec/rend-spec-v3/hidden-service-directory-format-hidservdir-format.md b/spec/rend-spec-v3/hidden-service-directory-format-hidservdir-format.md
index 9f6cfc6..f5c06f4 100644
--- a/spec/rend-spec-v3/hidden-service-directory-format-hidservdir-format.md
+++ b/spec/rend-spec-v3/hidden-service-directory-format-hidservdir-format.md
@@ -1,17 +1,17 @@
<a id="rend-spec-v3.txt-F"></a>
-# Appendix F: Hidden service directory format [HIDSERVDIR-FORMAT]
+# Appendix F: Hidden service directory format \[HIDSERVDIR-FORMAT\]
This appendix section specifies the contents of the HiddenServiceDir directory:
-- "hostname" [FILE]
+- "hostname" \[FILE\]
This file contains the onion address of the onion service.
-- "private_key_ed25519" [FILE]
+- "private_key_ed25519" \[FILE\]
This file contains the private master ed25519 key of the onion service.
-[TODO: Offline keys]
+\[TODO: Offline keys\]
```text
- "./authorized_clients/" [DIRECTORY]
@@ -25,6 +25,6 @@ file for each authorized client. Each such file contains the public key of
the respective client. The files are transmitted to the service operator by
the client.
-See section [CLIENT-AUTH-MGMT] for more details and the format of the client file.
+See section \[CLIENT-AUTH-MGMT\] for more details and the format of the client file.
(NOTE: client authorization is implemented as of 0.3.5.1-alpha.)