我有一个用于电子邮件的人的 GPG 证书
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG/MacGPG2 v2.0.14 (Darwin)
我想将其导入 Windows 证书管理器

所以我可以在使用证书管理器的 Thunderbird 中使用它

其中只能导入*.crt, *.cert, *.cer, *.pem, *.der.
我找不到任何相关的 https://duckduckgo.com/?q=convert+gpg+to+crt
我找到了这个
但我无权访问 OpenPGP2SSH。
我找到了 MonkeySphere 并从源代码编译它,但它给出了一个错误。
C:>gpg --export --export-options export-reset-subkey-passwd,export-minimal,no-export-attributes --no-armor 999999 > \cygwin\tmp\george.pub.key
$ openpgp2ssh 9999999 < george.pub.key > george.ssh.key
We only support RSA keys (this key used algorithm 17).
We only support RSA keys (this key used algorithm 16).
No matching key found.