Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以可视化 GnuPG 信任网络吗?中间是我的(或任何其他)密钥,第一个圆圈是签名的密钥,下一个是受托人的受托人,等等?
如果没有类似的东西,我应该能够根据我的 lokal 钥匙圈的钥匙签名构建类似的东西,对吧?
一种方法是将 的输出转换为可以使用graphviz工具呈现为图形gpg --list-sigs的点文件。
gpg --list-sigs
像这样使用gpg、sig2dot和dot:
gpg --list-sigs | sig2dot.pl > gpg.dot dot -Tps gpg.dot > gpg.ps evince gpg.ps