forked from team/site
1
0
Fork 0
tilde.team/.well-known/openpgpkey/README.md

915 B

tilde.team WKD

if you have a gpg key for your @tilde.team email, you can publish your pubkey here.

first, clone (and fork if needed) the site repo.

find the wkd hash of your email. i'll show the example of my key:

$ gpg --list-keys --with-wkd ben@tilde.team
pub   rsa4096 2018-06-28 [C] [expires: 2023-08-27]
	  FC2255B7BBC7EABD4EFAFA1068907D8BCCD85A5A
uid           [ultimate] Ben Harris <ben@tilde.team>
			  qpui546ptjbsz3rqaetbdz8wj9op6nur@tilde.team
uid           [ultimate] Ben Harris <benharri@hashbang.sh>
			  dk83ceeke8ohb85nrwo35ed66cgx6so6@hashbang.sh
uid           [ unknown] Ben Harris <ben@libera.chat>
			  qpui546ptjbsz3rqaetbdz8wj9op6nur@libera.chat
sub   rsa4096 2018-06-28 [S]
sub   rsa4096 2018-06-28 [E]
sub   rsa4096 2018-06-28 [A]

gpg --export ben@tilde.team > ~/.well-known/openpgpkey/hu/qpui546ptjbsz3rqaetbdz8wj9op6nur

commit and send a patch or pull request!