Gpg: Verifying FVue releases
From FVue
Procedure
You need to retrieve the FVue public key (10A575C3) from a key server, preferably subkeys.pgp.net.
$ gpg --keyserver subkeys.pgp.net --recv-key 10A575C3
Verify the signature using:
$ gpg myrelease.asc
See also
- Verifying Apache HTTP Server Releases - The Apache HTTP Server Project
- Apache procedure for verifying gpg signatures
Advertisement