Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
XIII
4 years agoSuper Contributor
CLI 2.0 fails to verify on Raspberry Pi
Since the Apt install is failing for me I'm trying a manual install instead, but verification is failing for me:
➜ gpg --receive-keys 3FEF9748469ADBE15DA7CA80AC2D62742012EA22
gpg: key AC2D62...
Former Member
4 years agoHey XIII
Looks like this is because the key import step was https://superuser.com/questions/1485213/gpg-cant-import-key-new-key-but-contains-no-user-id-skipped due to the user ID being stripped by the default keyserver (keys.openpgp.org).
This is tricky because different platforms have different default keyservers..
I tried it on my Debian OS Docker and encountered the same issue so we appreciate you bringing it up!
I got the signature step to work by specifying a different keyserver during the retrieve keys step:
gpg --keyserver hkps://keyserver.ubuntu.com --receive-keys 3FEF9748469ADBE15DA7CA80AC2D62742012EA22
Hope this helps.