From 74005e901c96c5947587c68214ecda3d2e694240 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Tue, 7 May 2019 00:40:54 -0700 Subject: [PATCH] Show the full OpenPGP fingerprint instead of long form --- Documentation/deployment.md | 4 ++-- Documentation/dev/release.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/deployment.md b/Documentation/deployment.md index ff1d97ba..1499e970 100644 --- a/Documentation/deployment.md +++ b/Documentation/deployment.md @@ -24,10 +24,10 @@ $ wget https://github.com/poseidon/matchbox/releases/download/v0.8.0/matchbox-v0 $ wget https://github.com/poseidon/matchbox/releases/download/v0.8.0/matchbox-v0.8.0-linux-amd64.tar.gz.asc ``` -Verify the release has been signed by Dalton Hubble's [GPG Key 8F515AD1602065C8](https://keyserver.ubuntu.com/pks/lookup?search=0x8F515AD1602065C8&op=vindex). +Verify the release has been signed by Dalton Hubble's GPG [Key](https://keyserver.ubuntu.com/pks/lookup?search=0x8F515AD1602065C8&op=vindex)'s signing subkey. ```sh -$ gpg --keyserver keyserver.ubuntu.com --recv-key 8F515AD1602065C8 +$ gpg --keyserver keyserver.ubuntu.com --recv-key 2E3D92BF07D9DDCCB3BAE4A48F515AD1602065C8 $ gpg --verify matchbox-v0.8.0-linux-amd64.tar.gz.asc matchbox-v0.8.0-linux-amd64.tar.gz gpg: Good signature from "Dalton Hubble " ``` diff --git a/Documentation/dev/release.md b/Documentation/dev/release.md index 90636844..b9430172 100644 --- a/Documentation/dev/release.md +++ b/Documentation/dev/release.md @@ -50,7 +50,7 @@ Verify the reported version. ## Signing -Release tarballs are signed by Dalton Hubble's [GPG Key 8F515AD1602065C8](https://keyserver.ubuntu.com/pks/lookup?search=0x8F515AD1602065C8&op=vindex) +Release tarballs are signed by Dalton Hubble's GPG [Key](Documentation/deployment.md#download) ```sh cd _output