summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJon Stanley <jonstanley@gmail.com>2009-07-25 20:35:55 -0400
committerJon Stanley <jonstanley@gmail.com>2009-07-25 20:35:55 -0400
commit7177402e329cb0264da829daab9902a232659a0d (patch)
treefd3bf358117563ddb89551e926071936fc29d4df /README
parenta355f6f044c411a9e43d8503a36f2808e1b762bc (diff)
downloadkeychecker-master.tar.gz
keychecker-master.tar.xz
keychecker-master.zip
Added licensing information and brief READMEHEADmaster
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..adf293f
--- /dev/null
+++ b/README
@@ -0,0 +1,8 @@
+This nifty little script will take either the RPM's that you specify on the
+commandline, or the entire RPM database if none are specified, and output in
+either a machine-readable comma separated form (with the -m option), or a more
+human readable list what key was used to sign the RPM's.
+
+This depends on the keys being imported into the RPM database. If they aren't,
+then they are categorized as "Unknown key <keyid>". If packages are unsigned,
+they are categorized as such.