forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
6 lines
284 B
Text
6 lines
284 B
Text
sig2dot can be used to generate a graph of all of the signature relationships
|
|
in a GPG/PGP keyring. It converts the output of "gpg --list-sigs" to a .dot
|
|
file, which is a graph definition that can be rendered by springgraph or
|
|
graphviz.
|
|
|
|
WWW: http://www.chaosreigns.com/code/sig2dot/
|