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
> 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-
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