From: Daniel Kahn Gillmor Date: Wed, 13 Aug 2008 20:51:39 +0000 (-0400) Subject: suggesting that we start encouraging host key publication. X-Git-Tag: monkeysphere_0.8-1~31^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=48bdbc58cfe649c404240b629d9cef5134da5937;p=monkeysphere.git suggesting that we start encouraging host key publication. --- diff --git a/website/bugs/allow-publishing-to-public-keyservers.mdwn b/website/bugs/allow-publishing-to-public-keyservers.mdwn new file mode 100644 index 0000000..c6c8057 --- /dev/null +++ b/website/bugs/allow-publishing-to-public-keyservers.mdwn @@ -0,0 +1,16 @@ +[[meta title="monkeysphere-server publish-key does not work"]] + +Currently, if you try to run `monkeysphere-server publish-key`, you +can get the following output: + + Really publish key to subkeys.pgp.net? (y/N) y + NOT PUBLISHED (to avoid permanent publication errors during monkeysphere development). + The following command should publish the key: + monkeysphere-server gpg-authentication-cmd '--keyserver subkeys.pgp.net --send-keys foo.example.org' + +I think we've demonstrated that this system works enough to warrant +using the public keyserver infrastructure. + +I suggest that we should actually enable this feature explicitly. +(leaving in the prompt is fine, though it would be nice to be able to +`--force` it or something).