如何在 Seahorse 中创建 PGP 密钥撤销证书

rah*_*ahi 5 keyrings pgp seahorse certificates openpgp

我在 Ubuntu 的密码和密钥 (13.04) 中使用 Seahorse 创建了一个 PGP 密钥。据我了解,为 PGP 密钥创建吊销证书很重要,原因有几个。

我看不到在 Ubuntu 中创建吊销证书的任何方法。我会很感激这个问题的一些指导。

Jen*_*rat 7

如果您可以使用命令行,则可以使用gpg --gen-revoke.

吊销证书存储在revoke.asc(如果您不更改任何其他内容,则在您的主目录中)并且您应该替换mykey为您的密钥 ID。

gpg --output revoke.asc --gen-revoke mykey
Run Code Online (Sandbox Code Playgroud)

请记住将其存储在保存位置,例如将其打印为二维码或类似的东西。