Skip to content

Instantly share code, notes, and snippets.

@dtgay
Created April 20, 2013 15:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dtgay/5426348 to your computer and use it in GitHub Desktop.
Save dtgay/5426348 to your computer and use it in GitHub Desktop.
visualize GPG key web of trust
#!/bin/bash
gpg --list-sigs --keyring ~/.gnupg/pubring.gpg | sig2dot > ~/.gnupg/pubring.dot
neato -Tps ~/.gnupg/pubring.dot > ~/.gnupg/pubring.ps
convert ~/.gnupg/pubring.ps ~/.gnupg/pubring.gif
eog ~/.gnupg/pubring.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment