Skip to content

Instantly share code, notes, and snippets.

View carnhofdaki's full-sized avatar
🐛
just when the caterpillar thought the world was over...

Daki Carnhof carnhofdaki

🐛
just when the caterpillar thought the world was over...
View GitHub Profile
@michaelfolkson
michaelfolkson / london-taproot-socratic-july-2021.md
Last active July 21, 2021 13:57
Reading list for London Bitcoin Devs Socratic on Taproot
@cyphar
cyphar / how-to-pgp-release.md
Last active September 2, 2023 02:44
Document describing how to create PGP-signed releases of projects.

Creating Releases with PGP Signatures

Aleksa Sarai

Creating a release of a free software project with PGP signatures is quite simple, especially if you have everything set up already. This guide uses GnuPG, but it should be roughly applicable to OpenPGP or other implementations. For completeness, I've included a (very) short introduction to how to create a PGP key and how PGP works.

Introduction