diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-12 18:40:40 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-12 18:40:40 +0200 |
commit | 41345c6109c004d6a04beb56f783eb017d04552a (patch) | |
tree | 549e80a59b6311a223374eca28e9aeaa8fc6d06e /README.md | |
download | pgp-wkd-41345c6109c004d6a04beb56f783eb017d04552a.zip |
chore: Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..486eafc --- /dev/null +++ b/README.md @@ -0,0 +1,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 |