Skip to content

Commit 9f4a4ce

Browse files
authored
Update outdated GPG key verification details in documentation
1 parent c66ed5c commit 9f4a4ce

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

elements-code-tutorial/installing-elements.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ sha256sum: WARNING: 19 lines are improperly formatted
3939
You can verify the gpg signature of the hashes as follows:
4040

4141
```
42-
$ gpg --keyserver keyserver.ubuntu.com --recv-keys DE10E82629A8CAD55B700B972F2A88D7F8D68E87
43-
gpg: key 2A57E0A610D7F19C: public key "Steven Roose <steven@stevenroose.org>" imported
42+
$ gpg --keyserver keyserver.ubuntu.com --recv-keys BD0F3062F87842410B06A0432F656B0610604482
43+
gpg: key 2F656B0610604482: public key "Pablo Greco <pgreco@blockstream.com>" imported
4444
gpg: Total number processed: 1
4545
gpg: imported: 1
46+
4647
$ gpg --verify SHA256SUMS.asc
47-
gpg: Signature made Thu 03 Mar 2022 06:02:41 AM PST
48-
gpg: using RSA key DE10E82629A8CAD55B700B972F2A88D7F8D68E87
49-
gpg: Good signature from "Steven Roose <steven@stevenroose.org>" [unknown]
50-
gpg: aka "Steven Roose (Jabber) <steven@konuro.net>" [unknown]
48+
gpg: Signature made Mon 13 Apr 2026 06:06:31 PM CEST
49+
gpg: using RSA key BD0F3062F87842410B06A0432F656B0610604482
50+
gpg: Good signature from "Pablo Greco <pgreco@blockstream.com>" [unknown]
51+
gpg: aka "Pablo Greco <psgreco@gmail.com>" [unknown]
5152
gpg: WARNING: This key is not certified with a trusted signature!
5253
gpg: There is no indication that the signature belongs to the owner.
53-
Primary key fingerprint: 8CC9 74D9 CFD0 34DC EED2 13B0 2A57 E0A6 10D7 F19C
54-
Subkey fingerprint: DE10 E826 29A8 CAD5 5B70 0B97 2F2A 88D7 F8D6 8E87
54+
Primary key fingerprint: BD0F 3062 F878 4241 0B06 A043 2F65 6B06 1060 4482
5555
```
5656

5757
Extract the archive, and copy the `elementsd`, `elements-cli`, and `elements-qt` executables to `/usr/local/bin`.

0 commit comments

Comments
 (0)