ietf-openpgp
[Top] [All Lists]

[openpgp] Automatic WKD deployment from git to Netlify

2019-09-05 11:49:29
Hey,

I was in need of a method for deploying keys to WKD that is easy to manage by multiple persons.

So this is my simple script for doing this:
https://github.com/cotechde/netlify-wkd

- It uses Netlify as the publishing platform (free & Let's Encrypt)
- Everyone who has access to the git can manage their PGP key(s).
- Keys in the git repo are automatically published every time the repo
  changes by using a simple Python script that is called by Netlify on
  git push
- It uses the openpgpkey subdomain described as the WKD advanced method
- It sets the correct CORS and Content-Type header
  (https://github.com/cotechde/netlify-wkd/blob/master/netlify.toml)

Cheers
Dominik

_______________________________________________
openpgp mailing list
openpgp(_at_)ietf(_dot_)org
https://www.ietf.org/mailman/listinfo/openpgp

<Prev in Thread] Current Thread [Next in Thread>
  • [openpgp] Automatic WKD deployment from git to Netlify, Dominik Schuermann <=