Skip to content

Commit 9534363

Browse files
Updated my key, added Aaron and Bear to the list of approved releasers
1 parent 037bcfe commit 9534363

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,16 @@ $mf = Mf2\fetch('https://waterpigs.co.uk');
2525

2626
### Signed Code Verification
2727

28-
From v0.2.9, php-mf2’s version tags are signed using GPG by [email protected]. This allows you to cryptographically verify that you’re using the right code. To do so you will need my key — you don’t have it, get it like this:
28+
From v0.2.9, php-mf2’s version tags are signed using GPG, allowing you to cryptographically verify that you’re using code which hasn’t been tampered with. To verify the code you will need the GPG keys for one of the people in the list of code signers:
29+
30+
* Barnaby Walters [email protected] 1C00 430B 19C6 B426 922F E534 BEF8 CE58 118A D524
31+
* Aaron Parecki [email protected] F384 12A1 55FB 8B15 B7DD 8E07 4225 2B5E 65CE 0ADD
32+
* Bear [email protected] 0A93 9BA7 8203 FCBC 58A9 E8B5 9D1E 0661 8EE5 B4D8
33+
34+
To import the relevant keys into your GPG keychain, execute the following command:
2935

3036
```bash
31-
gpg --recv-keys 7D49834B0416CFA3
37+
gpg --recv-keys 1C00430B19C6B426922FE534BEF8CE58118AD524 F38412A155FB8B15B7DD8E0742252B5E65CE0ADD 0A939BA78203FCBC58A9E8B59D1E06618EE5B4D8
3238
```
3339

3440
Then verify the installed files like this:

0 commit comments

Comments
 (0)