...
1
2## A CT omniwitness
3
4This docker configuration allows a witness to be deployed that witnesses STHs
5for all usable CT logs. The witness obtains a new STH from these logs every
610 seconds and exposes port 8100 outside the container, meaning it could also be
7used to distribute the cosigned STHs.
8
9### Configuration
10
11The only file that needs to be edited is the `.env` file. In particular, it
12should be populated with a PEM-encoded `WITNESS_PRIVATE_KEY`.
13
14### Running
15
16From the directory containing the `docker-compose.yaml` file, run
17`docker-compose up -d`. After a few minutes both the feeder and the witness
18processes should be running inside the container.
View as plain text