launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #30946
[Merge] ~pelpsi/lp-signing:update-development-documentation into lp-signing:master
Simone Pelosi has proposed merging ~pelpsi/lp-signing:update-development-documentation into lp-signing:master.
Commit message:
Add register-client command to the documentation
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~pelpsi/lp-signing/+git/lp-signing/+merge/461650
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~pelpsi/lp-signing:update-development-documentation into lp-signing:master.
diff --git a/README.rst b/README.rst
index 5fc6b9b..4e52196 100644
--- a/README.rst
+++ b/README.rst
@@ -38,6 +38,12 @@ Generate another key pair, and add the private half to ``private_keys``
$ env/bin/lp-signing generate-key-pair
+If you want to communicate with the lp-signing server,
+add your client to the signing service::
+
+ $ source env/bin/activate
+ $ lp-signing register-client <name> <client-public-key>
+
Start the server::
$ make run
Follow ups