Skip to content

Commit 0e0e7b0

Browse files
authored
Merge pull request #90 from vedetta-com/wip
- Fix typo
2 parents 2960dae + de53354 commit 0e0e7b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

UPGRADE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ Add WKD LetsEncrypt certificate:
6969
acme-client -vr mercury.example.com
7070
```
7171

72-
Edit [`/etc/acme-client.conf`](src/etc/acme-client.conf) to add every service (virtual) WKD subdomains as alternat
73-
ive names:
72+
Edit [`/etc/acme-client.conf`](src/etc/acme-client.conf) to add every service (virtual) WKD subdomains as alternative names:
7473
```console
7574
...
7675
alternative names { \

0 commit comments

Comments
 (0)