summaryrefslogtreecommitdiff
path: root/schleuder
diff options
context:
space:
mode:
authorinit void <init@nadir.org>2021-03-18 22:15:50 +0000
committerinit void <init@nadir.org>2021-03-18 22:15:50 +0000
commitc791d67728133321ef467e074dc4aeff49da88f3 (patch)
tree30ab2618cbaa28e756f7cde9c8c321243ea1555e /schleuder
parentd83f0afea1fdc81edcd0eac1ffdfe4c7bb74686f (diff)
Apply 6 suggestion(s) to 1 file(s)
Diffstat (limited to 'schleuder')
-rw-r--r--schleuder/docs/subscribers.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/schleuder/docs/subscribers.md b/schleuder/docs/subscribers.md
index 8eb0cde..7105edd 100644
--- a/schleuder/docs/subscribers.md
+++ b/schleuder/docs/subscribers.md
@@ -12,13 +12,13 @@ The following keywords must be send to the request address of the list: `foo-req
Include `x-list-name: foo@hostname` with every command you send.
**x-add-key:**
-Import the attachment(s) or the rest of the email-body into the list’s keyring. Only ascii-armored keys are supported.
+: Import the attachment(s) or the rest of the email-body into the list’s keyring. Only ascii-armored keys are supported.
-**x-set-fingerprint: 0x12345678DEADBEEF12345678DEADBEEF12345678**
-Assign the key with the given fingerprint to your subscription. It is not possible to set an empty fingerprint. To unset your fingerprint use `x-unset-fingerprint`.
+**x-set-fingerprint:** 0x12345678DEADBEEF12345678DEADBEEF12345678
+: Assign the key with the given fingerprint to your subscription. It is not possible to set an empty fingerprint. To unset your fingerprint use `x-unset-fingerprint`.
-**x-unset-fingerprint: person@example.org**
-Remove the fingerprint associated with your subscription.
+**x-unset-fingerprint:** person@example.org
+: Remove the fingerprint associated with your subscription.
#### Example: Updating you key for a list
@@ -42,7 +42,7 @@ mDMEXuYDuxYJKwYBBAHaRw8BAQdAqP98Ao=
A successful answer should look something like this:
> This key was newly added:
-0x12345678DEADBEEF12345678DEADBEEF12345678 youraccount@yourmail.net 2019-05-23 [expires: 2023-05-23]
+> 0x12345678DEADBEEF12345678DEADBEEF12345678 youraccount@yourmail.net 2019-05-23 [expires: 2023-05-23]
**2. verify that uploaded key made it into the keyring**