blob: 486eafc18b2821dd953780583c50097a9e855ff3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# GPG WKD setup
> The source of the WKD at vhack.eu
The directory structure follows the advanced way to implement the [WKD][1] specification.
## Current GPG-Keys:
These are listed in [the keys file](./stored_keys.md).
Use the [mk_key](./scripts/mk_key.sh) script to add a key (see it's help for options).
## Reference
All directories must also server a `policy` file. This can however be zero size. (source:
[2])
[1]: https://datatracker.ietf.org/doc/html/draft-koch-openpgp-webkey-service
[2]: https://datatracker.ietf.org/doc/html/draft-koch-openpgp-webkey-service#section-4.5
|