Error trying to verify op.sig
Thanks so much for building such a wonderful product. 1Password is one of my favorite pieces of software!
I've been using the Windows client and browser extensions for a while now. Tonight I'm trying out the CLI for the first time and having some trouble.
When I try to run gpg --receive-keys, I get the following error:
rob@robsxps9570:~/bin$ gpg --receive-keys 3FEF9748469ADBE15DA7CA80AC2D62742012EA22 gpg: keyserver receive failed: Server indicated a failure
A previous post suggested setting --keyserver, but I get the same error:
rob@robsxps9570:~/bin$ gpg --keyserver hkps://keyserver.ubuntu.com --receive-keys 3FEF9748469ADBE15DA7CA80AC2D62742012EA22 gpg: keyserver receive failed: Server indicated a failure
I'm not very experienced with GPG and I'd bet I'm missing something simple. I just don't see it.
Thank you very much for any help you can give me!
1Password Version: 1.5.0
Extension Version: Not Provided
OS Version: Pop!OS 20.04 LTS
_Sync Type: 1Password
Comments
-
This could be due to a problem connecting with the server. You could try to connect to port 80 instead via
--keyserver hkp://keyserver.ubuntu.com:80
0 -
That did it! Thank you :-)
rob@robsdesktop:~$ gpg --keyserver hkp://keyserver.ubuntu.com:80 --receive-keys 3FEF9748469ADBE15DA7CA80AC2D62742012EA22gpg: key AC2D62742012EA22: public key "Code signing for 1Password <codesign@1password.com>" imported gpg: Total number processed: 1 gpg: imported: 1 rob@robsdesktop:~$ gpg --verify op.sig /usr/local/bin/op gpg: Signature made Tue 18 Aug 2020 11:49:18 AM EDT gpg: using RSA key 3FEF9748469ADBE15DA7CA80AC2D62742012EA22 gpg: Good signature from "Code signing for 1Password <codesign@1password.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: 3FEF 9748 469A DBE1 5DA7 CA80 AC2D 6274 2012 EA22
0 -
On behalf of felix_1p, you are welcome @steemrollr50! If you have any other questions, please feel free to reach out anytime.
Have a wonderful day :)
0