Skip to content

Commit 012212c

Browse files
committed
Fix typo
1 parent efdadf7 commit 012212c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

INSTALL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ doas -u vmail \
409409
```
410410

411411
List the z-Base-32 encoded SHA-1 hash of the mail address' local-part (i.e. key-submission):
412+
```sh
412413
doas -u vmail \
413414
env -i HOME=/var/vmail \
414415
gpg2 --with-wkd-hash -K key-submission@example.com
@@ -457,7 +458,7 @@ Or a hex listing:
457458
gpg-connect-agent --dirmngr --hex 'wkd_get puffy@example.com' /bye
458459
```
459460

460-
*n.b*: If the same local-part of an email address exists for multiple domains (e.g. **puffy**@example.com and **puffy**@example.net), the hash of the string will be the same and each key publication overwrites the same file. The *workaround* is using **+tags** to create a secondary UID (e.g. puffy**+enc**@example.com) for the key, and go through the process of key submission and confirmation using the MUA interface with the tagged email address (e.g. puffy**+enc**@example.com).
461+
*n.b*: If the same local-part of an email address exists for multiple domains (e.g. **puffy**@example.com and **puffy**@example.net), the hash of the string will be the same and each key publication overwrites the same file. The *workaround* is using **+tags** to create a secondary UID (e.g. puffy+enc@example.com) for the key, and go through the process of key submission and confirmation using the MUA interface with the tagged email address (e.g. puffy+enc@example.com).
461462

462463
### Logs
463464

0 commit comments

Comments
 (0)