Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Import the Release Key (one time)

gpg --import release-key.asc

Check validity:

  1. Download all 4 files into one folder

  2. Check the Checksum

    echo "$(cat sha256.sum)" | sha256sum --check

    Must output:

    3yd-helm.tgz: OK
  3. Check the signature:

    gpg --verify sha256.sum.sig sha256.sum

    Must output:

    gpg: Signature made Thu Apr 22 12:57:33 2021 CEST
    gpg:                using RSA key A0958AFDC814773189A8B35C46E54501B9FD10A4
    gpg: Good signature from "3YOURMIND <security@3yourmind.com>" [unknown]
    gpg: WARNING: This key is not certified with a trusted signature!
    gpg:          There is no indication that the signature belongs to the owner.
    Primary key fingerprint: A095 8AFD C814 7731 89A8  B35C 46E5 4501 B9FD 10A

  • No labels