Skip to content

rothgar/sidero-signing-keys

 
 

Repository files navigation

Signing Keys

The goal of this repo is to have a central place of all public keys for Sidero Labs employees. These keys will be used as we continue our supply chain security efforts.

To add your key:

  1. Ensure you are in Engineering org in GitHub. If not, contact @andrewrynhard, @smira, @rsmitty to get added.
  2. Clone https://github.com/siderolabs/signing-keys
  3. Find your key: gpg -k
  4. Export your public key: gpg --armor --export <id> > <GitHub username>.pgp
  5. git add .pgp, git commit -S.
  6. git push.

Note: If it fails due to someone else adding their key: git fetch, git rebase origin/main, then push again.

About

Code and release signing keys

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published