Hello, andrewSC, I can not find the key of coreos team on key server: http://keys.gnupg.net/pks/lookup?search=18AD5014C99EF7E3BA5F6CE950BDD3E0FC8A365E&op=vindex , how can I receive it?
Search Criteria
Package Details: etcd 3.5.17-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/etcd.git (read-only, click to copy) |
---|---|
Package Base: | etcd |
Description: | A highly-available key value store for shared configuration and service discovery. |
Upstream URL: | https://github.com/etcd-io/etcd |
Licenses: | Apache |
Submitter: | xeross |
Maintainer: | andrewSC |
Last Packager: | andrewSC |
Votes: | 44 |
Popularity: | 0.39 |
First Submitted: | 2013-10-02 12:54 (UTC) |
Last Updated: | 2024-11-12 16:50 (UTC) |
Dependencies (2)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
Required by (4)
- cilium-git (optional)
- cronsun-bin
- kubedee (optional)
- kubedee-git (optional)
Sources (3)
SilverRainZ commented on 2018-07-06 03:40 (UTC)
manifold commented on 2018-06-22 13:15 (UTC)
FYI, using the keyserver-options auto-key retrieve
instructions doesn't work for me. I have to manually use gpg
to import the key.
galaux commented on 2018-02-25 17:41 (UTC)
Adding keyserver-options auto-key-retrieve
to ~/.gnupg/gpg.conf
enables makepkg
to use the validpgpkeys
provided in the PKGBUILD so that it can check the signature is the valid regarding the key specified by the packager.
jolan commented on 2018-02-25 17:31 (UTC) (edited on 2018-02-25 17:32 (UTC) by jolan)
I can reproduce what clofresh was referring to:
==> Verifying source file signatures with gpg...
etcd-3.3.1.tar.gz ... FAILED (unknown public key F804F4137EF48FD3)
==> ERROR: One or more PGP signatures could not be verified!
Maybe just add a pinned comment about how to retrieve it?
andrewSC commented on 2018-02-12 22:13 (UTC)
clofresh: Not sure I'm following. Where are you seeing a message about a missing key?
clofresh commented on 2018-02-09 17:23 (UTC)
FYI the missing key is CoreOS's app signing key https://coreos.com/security/app-signing-key/
galaux commented on 2017-12-06 21:31 (UTC)
I finally came to the conclusion I do not have enough time to take care of this package. Orphaning. Sorry for the late realisation. Hopefully some good fellow will step up… :)
Pinned Comments
galaux commented on 2018-02-25 17:41 (UTC)
Adding
keyserver-options auto-key-retrieve
to~/.gnupg/gpg.conf
enablesmakepkg
to use thevalidpgpkeys
provided in the PKGBUILD so that it can check the signature is the valid regarding the key specified by the packager.