From 41345c6109c004d6a04beb56f783eb017d04552a Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 12 May 2024 18:40:40 +0200 Subject: chore: Initial commit --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit 1.4.1