From 8b0cc284cbdc6cc4d075efa8f7f0958c9d6d08c4 Mon Sep 17 00:00:00 2001 From: Diogo Nunes Date: Sun, 27 Mar 2022 15:50:09 +0100 Subject: [PATCH] doc: how to generate GPG --- .github/RUNBOOK.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/RUNBOOK.md b/.github/RUNBOOK.md index 2f0892a..b380400 100644 --- a/.github/RUNBOOK.md +++ b/.github/RUNBOOK.md @@ -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` \ No newline at end of file +- 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 ` \ No newline at end of file