summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-08-13 16:51:39 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-08-13 16:51:39 -0400
commit48bdbc58cfe649c404240b629d9cef5134da5937 (patch)
tree7ff2d4e8f1f7532d6524c47e385ff7bb98ab7dea /website
parent6f34ff65e63588a27a4076ef79f0737ea38cf68b (diff)
suggesting that we start encouraging host key publication.
Diffstat (limited to 'website')
-rw-r--r--website/bugs/allow-publishing-to-public-keyservers.mdwn16
1 files changed, 16 insertions, 0 deletions
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).