blob: 00f28266ecb23172b772c93bffacd9e9ab63e0f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<!--
pgp-wkd - A web key directory for pgp-keys
Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
SPDX-License-Identifier: CC-BY-SA-4.0
This file is part of pgp-wkd.
You should have received a copy of the License along with this program.
If not, see <https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt>.
-->
# 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
|