Mailing List Archive

bash script to get WKD URL for a given email
Maybe someone will find it useful: https://gist.github.com/morgwai/016fae4fd22f01e225509b76fee1d6c7

Cheers!
Re: bash script to get WKD URL for a given email [ In reply to ]
On Freitag, 28. Januar 2022 06:11:01 CET Piotr Morgwai Kotarbinski via Gnupg-users wrote:
> Maybe someone will find it useful:
> https://gist.github.com/morgwai/016fae4fd22f01e225509b76fee1d6c7

At least GnuPG 2.3 includes gpg-wks-client which, among other commands, has a
command to print the WKD URL for the given user id, e.g.
```
$ gpg-wks-client --print-wkd-url wk@gnupg.org
https://openpgpkey.gnupg.org/.well-known/openpgpkey/gnupg.org/hu/nq6t9teux7edsnwdksswydu4o9i5es3f?l=wk
```

Regards,
Ingo