From: Daniel Kahn Gillmor Date: Thu, 19 Jun 2008 06:20:49 +0000 (-0400) Subject: added monkeysphere-server show-fingerprint X-Git-Tag: monkeysphere_0.1-1~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=79147b6612104c0e3a347f3a99adc377047d24fc;p=monkeysphere.git added monkeysphere-server show-fingerprint --- diff --git a/man/man8/monkeysphere-server.8 b/man/man8/monkeysphere-server.8 index edb493f..28149fb 100644 --- a/man/man8/monkeysphere-server.8 +++ b/man/man8/monkeysphere-server.8 @@ -34,9 +34,13 @@ may be used in place of `update-known_hosts'. Generate a gpg key for the host. `g' may be used in place of `gen-key'. .TP +.B show-fingerprint +Show the fingerprint for the host's OpenPGP key. `f' may be used in place of +`show-fingerprint'. +.TP .B publish-key Publish the host's gpg key to the keyserver. `p' may be used in place -of `publish-key' +of `publish-key'. .TP .B trust-keys KEYID... Mark key specified with key IDs with full owner trust. `t' may be used diff --git a/src/monkeysphere-server b/src/monkeysphere-server index 06c9c7f..ce5aa9c 100755 --- a/src/monkeysphere-server +++ b/src/monkeysphere-server @@ -76,6 +76,9 @@ EOF ) # add the revoker field if requested +# FIXME: the 1: below assumes that $REVOKER's key is an RSA key. why? +# FIXME: why is this marked "sensitive"? how will this signature ever +# be transmitted to the expected revoker? if [ "$REVOKER" ] ; then keyParameters="${keyParameters}"$(cat <