Sometimes you get downloads that have been signed using PGP
This is a pain in the ass.
To verify the file you downloaded, you need to:
gpg –verify <signature file>
- In the output from gpg, look for the Key ID that was used to create the file
- Import that public key into your key ring: gpg –verify <signature file> again| Page | Description | Tags |
|---|---|---|
| gpg | Sometimes you get downloads that have been signed using PGP :-( This is a pain in the ass. To verify the file you downloaded, you need to: * Get the signa… | gpg, openpgp |
No bookmarks tagged gpg AND openpgp