Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] To verify artix-base-openrc (Read 1214 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] To verify artix-base-openrc

Tried to verify artix-base-openrc by
Code: [Select]
$ gpg --auto-key-retrieve --verify artix-base-openrc-20210101-x86_64.iso.sig artix-base-openrc-20210101-x86_64.iso

but got this:
Code: [Select]
gpg: Can't check signature: No public key

So googled then tried:
Code: [Select]
sudo gpg --keyserver subkeys.pgp.net --recv-keys 0xa574a1915cede31a3bff5a68606520acb886b428
gpg: directory '/root/.gnupg' created
gpg: keybox '/root/.gnupg/pubring.kbx' created

was hanging 5 mins..
How is the correct way one?

Re: To verify artix-base-openrc

Reply #1
replying my own

Code: [Select]
sudo gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 0xa574a1915cede31a3bff5a68606520acb886b428

resulting in acceptable though not perfect, there's a warning:
Code: [Select]
$ gpg --auto-key-retrieve --verify artix-base-openrc-20210101-x86_64.iso.sig artix-base-openrc-20210101-x86_64.iso 
gpg: Signature made Sun 03 Jan 2021 09:30:42 PM UTC
gpg:                using RSA key A574A1915CEDE31A3BFF5A68606520ACB886B428
gpg: Good signature from "Christos Nouskas <nous@artixlinux.org>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: A574 A191 5CED E31A 3BFF  5A68 6065 20AC B886 B428

 
Artix forum uses a single cookie to remember youOK