diff options
author | Linus Nordberg <linus@nordberg.se> | 2015-02-27 02:27:06 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2015-02-27 02:27:06 +0100 |
commit | 1e37341a24644e6b3957521c42ca8cc33cbed2a0 (patch) | |
tree | f6bcac17e7dda4e740c8d736609b94311e101efb /examples/docker-minimal/README | |
parent | b41acdada125a41c40e94177b8ebdc2bb7d130b6 (diff) |
Update README and finish merge.sh in the minimal docker example.
Diffstat (limited to 'examples/docker-minimal/README')
-rw-r--r-- | examples/docker-minimal/README | 11 |
1 files changed, 7 insertions, 4 deletions
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/ |