Re: Verifying Digital Signatures

2018-06-11 Thread HP Garcia
On Tue, 12 Jun 2018 07:17:36 +0300 Teemu Likonen wrote: > HP Garcia [2018-06-11 20:33:50-07] wrote: > > > Thanks everyone I finally got it to work. > > What did you do? What was the problem? We have given our time to help > you so it would be kind to document the solution here so that

Re: Verifying Digital Signatures

2018-06-11 Thread Teemu Likonen
HP Garcia [2018-06-11 20:33:50-07] wrote: > Thanks everyone I finally got it to work. What did you do? What was the problem? We have given our time to help you so it would be kind to document the solution here so that everyone can learn. -- /// Teemu Likonen - .-..

Re: Verifying Digital Signatures

2018-06-11 Thread HP Garcia
On Mon, 11 Jun 2018 20:07:38 -0700 HP Garcia wrote: > On Mon, 11 Jun 2018 10:39:29 +0200 > john doe wrote: > > > On 6/11/2018 8:32 AM, john doe wrote: > > > On 6/11/2018 7:43 AM, HP Garcia wrote: > > >> I'm following the steps to verify kernel signatures using GNUpg. > > >> I'm following

Re: Verifying Digital Signatures

2018-06-11 Thread HP Garcia
On Mon, 11 Jun 2018 10:39:29 +0200 john doe wrote: > On 6/11/2018 8:32 AM, john doe wrote: > > On 6/11/2018 7:43 AM, HP Garcia wrote: > >> I'm following the steps to verify kernel signatures using GNUpg. > >> I'm following the directions from > >>

Re: Verifying Digital Signatures

2018-06-11 Thread john doe
On 6/11/2018 8:32 AM, john doe wrote: On 6/11/2018 7:43 AM, HP Garcia wrote: I'm following the steps to verify kernel signatures using GNUpg. I'm following the directions from https://www.kernel.org/category/signatures.html. Where I am getting stumped is verifying the tar against the

Re: Verifying Digital Signatures

2018-06-11 Thread deloptes
john doe wrote: > Are the keys in your keyring?: obviously not

Re: Verifying Digital Signatures

2018-06-11 Thread john doe
On 6/11/2018 7:43 AM, HP Garcia wrote: I'm following the steps to verify kernel signatures using GNUpg. I'm following the directions from https://www.kernel.org/category/signatures.html. Where I am getting stumped is verifying the tar against the signature. linux-4.17 linux-4.17.tar

Re: Verifying Digital Signatures

2018-06-11 Thread Teemu Likonen
HP Garcia [2018-06-10 22:43:33-07] wrote: > root@Ultraman:/usr/src# gpg2 --verify linux-4.17.tar.sign > gpg: assuming signed data in 'linux-4.17.tar' > gpg: Signature made Sun 03 Jun 2018 02:35:54 PM PDT > gpg:using RSA key 79BE3E4300411886

Re: Verifying Digital Signatures

2018-06-11 Thread deloptes
HP Garcia wrote: > I'm stumped. Am I missing something? > > Thanks for any advice. Go to pool.sks-keyservers.net or use it in gpg2 to access the public key. Import the key to gpg2 Proceed with verifying signature as already done. Recently pool.sks-keyservers.net become the ultimate host of

Verifying Digital Signatures

2018-06-10 Thread HP Garcia
I'm following the steps to verify kernel signatures using GNUpg. I'm following the directions from https://www.kernel.org/category/signatures.html. Where I am getting stumped is verifying the tar against the signature. linux-4.17 linux-4.17.tar linux-4.17.tar.sign root@Ultraman:/usr/src# gpg2