Skip to content

Commit

Permalink
doc: how to generate GPG
Browse files Browse the repository at this point in the history
  • Loading branch information
dialex committed Mar 27, 2022
1 parent ba3cce7 commit 8b0cc28
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/RUNBOOK.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,11 @@ How to do stuff

- Check what is outdated: `mvn versions:display-dependency-updates`
- Update all of them: `mvn versions:use-latest-releases`
- Check that tests still pass: `mvn test`
- Check that tests still pass: `mvn test`

## Generate GPG

- `gpg --gen-key`
- `gpg --list-keys`
- `gpg -ab README.md` (you can delete the generated file, it's just to test the key)
- `gpg --keyserver keyserver.ubuntu.com --send-keys <PUBKEY>`

0 comments on commit 8b0cc28

Please sign in to comment.