From 1e37341a24644e6b3957521c42ca8cc33cbed2a0 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 27 Feb 2015 02:27:06 +0100 Subject: Update README and finish merge.sh in the minimal docker example. --- examples/docker-minimal/README | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'examples/docker-minimal/README') diff --git a/examples/docker-minimal/README b/examples/docker-minimal/README index 1bb2287..e0c5235 100644 --- a/examples/docker-minimal/README +++ b/examples/docker-minimal/README @@ -15,11 +15,14 @@ Run the newly created image in a docker container This will create and start one container listening for cert chain submissions on https://127.0.0.1:8080/. -FIXME FIXME start shell script doing merge (i.e. generate a new STH) -with an interval of 20 minutes, with the first merge occuring five -minutes after startup. + +In order to start a shell script doing merge (i.e. generate new STH's) +with an interval of 20 minutes (with the first merge occuring five +minutes after startup) in the host system, cd into the catlfish +directory and run catlfish/examples/docker-minimal/docker/merge.sh. + To submit a cert chain and verify the resulting SCT, try the submitcert tool: - $ tools/submitcert.py --store tools/testcerts/cert1.txt --check-sct --sct-file=/tmp/cert1-sct https://127.0.0.1:8080/ + $ tools/submitcert.py --store=tools/testcerts/cert1.txt --check-sct --sct-file=/tmp/cert1-sct https://127.0.0.1:8080/ -- cgit v1.1