可视化 GnuPG 信任网络
有没有办法可视化 GnuPG 信任网络?我的(或任何其他)密钥在中间,签名密钥在第一个圆圈中,信任人的信任人在下一个圆圈中,依此类推?
如果没有这样的东西,我应该能够根据我的 lokal 密钥环的调号构建类似的东西,对吧?
Is there some way to visualise the GnuPG web of trust? With my (or any other) key in the middle, with the signed keys in the first circle, the trustpersons' trustpersons in the next and so on?
If there is nothing like that, I should be able to build something like that based on the key signatures from my lokal keyring, right?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一种方法是将
gpg --list-sigs
的输出转换为 dot 文件,可以使用 graphviz 工具呈现为图形。使用gpg,sig2dot 和 dot 像这样:
One approach is to convert the output of
gpg --list-sigs
to a dot file that can be rendered into a graph with the graphviz tools.Use gpg, sig2dot, and dot like this: