c6c805773017f93ea731cdcadf14f1302ad0492c
[monkeysphere.git] / website / bugs / allow-publishing-to-public-keyservers.mdwn
1 [[meta title="monkeysphere-server publish-key does not work"]]
2
3 Currently, if you try to run `monkeysphere-server publish-key`, you
4 can get the following output:
5
6         Really publish key to subkeys.pgp.net? (y/N) y
7         NOT PUBLISHED (to avoid permanent publication errors during monkeysphere development).
8         The following command should publish the key:
9         monkeysphere-server gpg-authentication-cmd '--keyserver subkeys.pgp.net --send-keys foo.example.org'
10
11 I think we've demonstrated that this system works enough to warrant
12 using the public keyserver infrastructure.
13
14 I suggest that we should actually enable this feature explicitly.
15 (leaving in the prompt is fine, though it would be nice to be able to
16 `--force` it or something).