Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This key is not certified with a trusted signature #25

Open
finrod2002 opened this issue Oct 29, 2019 · 0 comments
Open

This key is not certified with a trusted signature #25

finrod2002 opened this issue Oct 29, 2019 · 0 comments

Comments

@finrod2002
Copy link

Probably not a big deal and maybe I did something wrong, but if I run the recommended PGP signature verification

curl -sSL https://github.com/shyiko/kubetpl/releases/download/0.9.0/kubetpl-0.9.0-$(
    bash -c '[[ $OSTYPE == darwin* ]] && echo darwin || echo linux'
  )-amd64.asc -o kubetpl.asc
curl -sS https://keybase.io/shyiko/pgp_keys.asc | gpg --import
gpg --verify kubetpl.asc /usr/local/bin/kubetpl

I get the following output

gpg: Signature made Thu Jan 17 07:42:35 2019 STD
gpg:                using RSA key 160A7A9CF46221A56B06AD64461A804F2609FD89
gpg: Good signature from "Stanley Shyiko <[email protected]>" [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: 160A 7A9C F462 21A5 6B06  AD64 461A 804F 2609 FD89

So the key doesn't seem to be certified with a trusted signature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant