]> Sergey Matveev's repositories - dotfiles.git/blob - bin/bin/mk-wkd-keys
b09508e7dcd8ca5c8a9c6dee16fe1da061d5927c
[dotfiles.git] / bin / bin / mk-wkd-keys
1 #!/bin/sh -ex
2
3 email=$1
4 shift
5
6 hsh=`gpg-wks-client --print-wkd-hash $email | cut -d " " -f1`
7 gpg --export $@ > $hsh
8 gpg --armor --export $@ > $hsh.asc