summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2015-02-27 14:55:51 +0100
committerMagnus Ahltorp <map@kth.se>2015-02-27 14:55:51 +0100
commit053f218cc0076f58f53fd23515b3082328c6ce22 (patch)
tree93f6daefdb91570eb6a5f80323b57af48aa7be35
parent90bd73177964246a0e1a5d6c5e4255dcc8ec700d (diff)
Updating documentation to reflect authentication changes
-rw-r--r--doc/minimalsystem.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/minimalsystem.txt b/doc/minimalsystem.txt
index d0a5cee..9a097e5 100644
--- a/doc/minimalsystem.txt
+++ b/doc/minimalsystem.txt
@@ -49,7 +49,13 @@ directory, use the directory name with a `/` at the end, for example
Running merge
-------------
- tools/merge.py --baseurl https://127.0.0.1:8080/ --frontend https://127.0.0.1:8082/ --storage https://127.0.0.1:8081/ --mergedb rel/mergedb --keyfile rel/test/eckey.pem
+ tools/merge.py --baseurl https://127.0.0.1:8080/ \
+ --frontend https://127.0.0.1:8082/ \
+ --storage https://127.0.0.1:8081/ \
+ --mergedb rel/mergedb \
+ --keyfile rel/test/eckey.pem \
+ --own-keyname merge-1 \
+ --own-keyfile rel/privatekeys/merge-1-private.pem
This will read the submitted certificates from the storage node,
decide the order, and publish the certificates to the frontend server.