# Verifying Signature of a Debian Package​

# Digital Signatures​​

All Debian packages built by pipelines carry a valid GPG signature signed by ABB.

You are required to verify the digital signature carried by all downloaded Debian packages. The operating system comes with GPG program pre-installed for signature verification:

  1. Download the public key.
  1. Upload the public key file onto the Edge computer; save it as key.asc.

  2. Import the public key: gpg --import key.asc.

  3. Verify the package signature: gpg --verify <file>.deb. If the signature is valid and genuine, the output will contain the following text: gpg: Good signature from "ABBDebian" [unknown]​

Last updated: 7/7/2021, 8:54:52 AM
Feedback