Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 665 Bytes

verify-signatures.markdown

File metadata and controls

27 lines (18 loc) · 665 Bytes
layout primary_title title
fullwidth
Resources
How to verify signatures

How to verify signatures for downloadable artifacts

Download our PGP key using the link below and import it.

If you’re using gpg, you just need to run:

gpg --import /path/to/key

You can then verify the signature by downloading it into the same directory where you downloaded the tarball, and running:

gpg --verify /path/to/signature /path/to/tarball

It should show a good signature signed by [email protected].

Our current PGP key fingerprint is C2EE 2AF6 542C 03B4

Get our PGP Key