It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
pollack
4 years agoOccasional Contributor
windows 64 CLI (v2) signature is invalid
I was attempting to install the CLI via scoop.sh but it failed the checksum test. I downloaded the zip from 1password directly but kleopatra said it could not verify the signature of the op.exe wit...
Former Member
4 years agoHey pollack,
It looks like the error message With unavailable certificate
is due to Kleopatra not being able to fetch our gpg key.
Sometimes that happens when the default gpg keyserver is either down or no longer hosting our key - which we do not have control over.
Based on "You can search the certificate on a keyserver or import it from a file", it looks like you'll be able to get the key manually.
You can fetch the key by running the following command (with https://gnupg.org/download/ installed):
gpg --keyserver hkp://keyserver.ubuntu.com --receive-keys 3FEF9748469ADBE15DA7CA80AC2D62742012EA22
And then re-try the installation process.
Please let me know if there's anything I can continue assisting you with, and thanks for reporting the issue!