diff options
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/ |