From: W. Trevor King Date: Fri, 23 Mar 2012 20:26:41 +0000 (-0400) Subject: Remove fingerprint stuff from the README (waiting on a GPGME agent). X-Git-Tag: v0.1~1 X-Git-Url: http://git.tremily.us/?p=pygrader.git;a=commitdiff_plain;h=a11b7febb2d2c4590337921d7f1e20511dd363a6 Remove fingerprint stuff from the README (waiting on a GPGME agent). --- diff --git a/README b/README index 7175542..2b5e863 100644 --- a/README +++ b/README @@ -127,14 +127,7 @@ encrypt messages to that person and sign messages from that person with PGP_. It will also be used to authenticate ownership of incoming emails. You'll need to have GnuPG_ on your local host for this to work, and the user running pygrader should have the associated keys in -their keychain. The ``pgp-fingerprint`` option is used when verifying -that signed emails are signed by the appropriate person. You can -extract the fingerprint for the PGP key using GnuPG:: - - $ gpg --fingerprint 4332B6E3 - pub 2048R/4332B6E3 2012-03-21 - Key fingerprint = B2ED BE0E 771A 4B87 08DD 16A7 511A EDA6 4332 B6E3 - uid pgp-mime-test (http://blog.tremily.us/posts/pgp-mime/) +their keychain. Processing submissions ----------------------