File: README.md

package info (click to toggle)
golang-github-google-certificate-transparency 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,764 kB
  • sloc: sh: 606; makefile: 103; sql: 16
file content (18 lines) | stat: -rw-r--r-- 664 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

## A CT omniwitness

This docker configuration allows a witness to be deployed that witnesses STHs
for all usable CT logs.  The witness obtains a new STH from these logs every 
10 seconds and exposes port 8100 outside the container, meaning it could also be
used to distribute the cosigned STHs.

### Configuration

The only file that needs to be edited is the `.env` file.  In particular, it
should be populated with a PEM-encoded `WITNESS_PRIVATE_KEY`.

### Running

From the directory containing the `docker-compose.yaml` file, run
`docker-compose up -d`.  After a few minutes both the feeder and the witness 
processes should be running inside the container.