Re: PGP key missing for 9.0.65

2022-08-29 Thread Christopher Schultz
Arno, On 8/28/22 22:38, Arno Hautala wrote: You aren't using the KEYS file in the above command. gpg works with keyrings, and you have to import then use it: # Import $ gpg --import --no-default-keyring --primary-keyring apache-9.0-keys < KEYS # Verify against the custom key ring $ gpg --keyri

Re: PGP key missing for 9.0.65

2022-08-28 Thread Arno Hautala
> You aren't using the KEYS file in the above command. gpg works with > keyrings, and you have to import then use it: > > # Import > $ gpg --import --no-default-keyring --primary-keyring apache-9.0-keys < KEYS > > # Verify against the custom key ring > $ gpg --keyring apache-9-keys --no-default-

Re: PGP key missing for 9.0.65

2022-08-26 Thread Christopher Schultz
Arno, On 8/26/22 08:50, Arno Hautala wrote: I’m trying to verify the PGP signatures for the 9.0.65 release, but the public key is missing from the KEYS.txt file and it isn’t available on any keyservers that I’ve checked. Can someone point me in the right direction or update the KEYS.txt? Tha