Skip to content
Taras Drozdovskyi edited this page Oct 15, 2021 · 11 revisions

How to use GPG to verify signed release?

To perform the verification, you need the following:

  • signed file – for example edge-home-orchestration-go-v1.0.0.tar.gz
  • signature file – accompanying file with “.asc” extension (Ex. edge-home-orchestration-go-v1.0.0.tar.gz.asc)
  • public key – for example public.pgp

Import the public key to your keystore

$ gpg --import <public key>

Verification signed file

$ gpg --verify <signature file> <signed file>

I - Starting

  1. Introducing
  2. Quick Start

II - Basic Utilization

  1. Hello world

III - Development

  1. Contributing
  2. Testing
  3. RESTful API
  4. Useful Utilities

IV - References

  1. FAQ
  2. References
Clone this wiki locally