suggesting that we start encouraging host key publication.
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 13 Aug 2008 20:51:39 +0000 (16:51 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 13 Aug 2008 20:51:39 +0000 (16:51 -0400)
website/bugs/allow-publishing-to-public-keyservers.mdwn [new file with mode: 0644]

diff --git a/website/bugs/allow-publishing-to-public-keyservers.mdwn b/website/bugs/allow-publishing-to-public-keyservers.mdwn
new file mode 100644 (file)
index 0000000..c6c8057
--- /dev/null
@@ -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).