SECURITY.md: remove Jonas Nick from trusted keys

This commit is contained in:
Jonas Nick
2026-06-29 07:06:10 +00:00
parent 1605b02f75
commit 21645c03a2
2 changed files with 9 additions and 9 deletions
+9 -8
View File
@@ -81,20 +81,21 @@ This can be done with the following steps:
``` ```
4. Check out the latest release tag, e.g. 4. Check out the latest release tag, e.g.
``` ```
git checkout v0.6.0 git checkout v0.7.1
``` ```
5. Use git to verify the GPG signature: 5. Use git to verify the GPG signature:
``` ```
% git tag -v v0.6.0 | grep -C 3 'Good signature' % git tag -v v0.7.1 | grep -C 3 'Good signature'
gpg: Signature made Mon 04 Nov 2024 12:14:44 PM EST gpg: Signature made Mon 26 Jan 2026 07:42:46 PM UTC
gpg: using RSA key 4BBB845A6F5A65A69DFAEC234861DBF262123605 gpg: using RSA key 2840EAABF4BC9F0FFD716AFAFBAFCC46DE2D3FE2
gpg: Good signature from "Jonas Nick <jonas@n-ck.net>" [unknown] gpg: Good signature from "Pieter Wuille <pieter@wuille.net>" [unknown]
gpg: aka "Jonas Nick <jonasd.nick@gmail.com>" [unknown] gpg: aka "Pieter Wuille <pieter.wuille@gmail.com>" [full]
gpg: aka "[jpeg image of size 5996]" [undefined]
gpg: WARNING: This key is not certified with a trusted signature! gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner. gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 36C7 1A37 C9D9 88BD E825 08D9 B1A7 0E4F 8DCD 0366 Primary key fingerprint: 133E AC17 9436 F14A 5CF1 B794 860F EB80 4E66 9320
Subkey fingerprint: 4BBB 845A 6F5A 65A6 9DFA EC23 4861 DBF2 6212 3605 Subkey fingerprint: 2840 EAAB F4BC 9F0F FD71 6AFA FBAF CC46 DE2D 3FE2
``` ```
Building with Autotools Building with Autotools
-1
View File
@@ -9,7 +9,6 @@ The following keys may be used to communicate sensitive information to developer
| Name | Fingerprint | | Name | Fingerprint |
|------|-------------| |------|-------------|
| Pieter Wuille | 133E AC17 9436 F14A 5CF1 B794 860F EB80 4E66 9320 | | Pieter Wuille | 133E AC17 9436 F14A 5CF1 B794 860F EB80 4E66 9320 |
| Jonas Nick | 36C7 1A37 C9D9 88BD E825 08D9 B1A7 0E4F 8DCD 0366 |
| Tim Ruffing | 09E0 3F87 1092 E40E 106E 902B 33BC 86AB 80FF 5516 | | Tim Ruffing | 09E0 3F87 1092 E40E 106E 902B 33BC 86AB 80FF 5516 |
You can import a key by running the following command with that individuals fingerprint: `gpg --keyserver hkps://keys.openpgp.org --recv-keys "<fingerprint>"` Ensure that you put quotes around fingerprints containing spaces. You can import a key by running the following command with that individuals fingerprint: `gpg --keyserver hkps://keys.openpgp.org --recv-keys "<fingerprint>"` Ensure that you put quotes around fingerprints containing spaces.