Linux/Code Signing
Jump to navigation
Jump to search
Create a detached signature for a release file
gpg --detach-sign --local-user [email protected] dynroute-2.11.0.0.tgz
Importing a key
gpg --import johnfawcett.gpg
Verifying a signature
gpg --verify dynroute-2.11.0.0.tgz.sig