我正在尝试签署公共 PGP 密钥,但遇到“错误签名”错误:
gpg --edit-key [email protected]
...
gpg> sign
...
You need a passphrase to unlock the secret key for
user: "My User <[email protected]>"
2048-bit RSA key, ID 12345678, created 2012-01-01
我输入我的密码然后得到:
gpg: checking created signature failed: Bad signature
gpg: signing failed: Bad signature
gpg: signing failed: Bad signature
我在网上进行了一些搜索,但只能找到旧的、不相关的帖子或与智能卡相关的帖子,而我没有使用这些帖子。
我在 Arch Linux 机器上运行 gnupg 2.0.25-1。
任何帮助感激不尽!