-
Notifications
You must be signed in to change notification settings - Fork 51
FAQ
Taras Drozdovskyi edited this page Oct 15, 2021
·
11 revisions
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
$ gpg --import <public key>
$ gpg --verify <signature file> <signed file>