From 68580ddae23e258155f70925726f61f3f3ad23a9 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Tue, 8 Feb 2022 16:33:54 +0100 Subject: [PATCH] Update PGP key --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f1957d9..d8f017e 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ All release files are signed with a PGP key that is available on [maximbaz.com]( ``` $ curl https://maximbaz.com/pgp_keys.asc | gpg --import $ curl https://keybase.io/maximbaz/pgp_keys.asc | gpg --import -$ gpg --recv-keys EB4F9E5A60D32232BB52150C12C87A28FEAC6B20 +$ gpg --recv-keys 56C3E775E72B0C8B1C0C1BD0B5DB77409B11B601 ``` To verify the signature of a given file, use `$ gpg --verify .asc`. @@ -57,11 +57,11 @@ It should report: ``` gpg: Signature made ... -gpg: using RSA key 8053EB88879A68CB4873D32B011FDC52DA839335 +gpg: using EDDSA key 04D7A219B0ABE4C2B62A5E654A2B758631E1FD91 gpg: Good signature from "Maxim Baz <...>" gpg: aka ... -Primary key fingerprint: EB4F 9E5A 60D3 2232 BB52 150C 12C8 7A28 FEAC 6B20 - Subkey fingerprint: 8053 EB88 879A 68CB 4873 D32B 011F DC52 DA83 9335 +Primary key fingerprint: 56C3 E775 E72B 0C8B 1C0C 1BD0 B5DB 7740 9B11 B601 + Subkey fingerprint: 04D7 A219 B0AB E4C2 B62A 5E65 4A2B 7586 31E1 FD91 ``` Unpack the archive. If you decided to compile the application yourself, refer to the [Building the app](#building-the-app) section on how to do so. Once complete, continue with the steps below.