Skip to content
Permalink
2d90c9ea38
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
16 lines (13 sloc) 925 Bytes

What do I do with this?

  1. Copy this folder into your certificate-transparency-go repository.
  2. Start Trillian in the trillian repository using docker-compose -f examples/deployment/docker-compose.yml up
  3. in a bash terminal in this window, run sh ctfe_setup.sh
    • Note: The setup command interacts with Trillian, so it needs to be running.
    • This builds ctfe into an executable file and called ./ct_server
    • It also makes a config file for CTFE to use.
  4. Whenever you want to run the logger run sh run_ctfe.sh.
    • The terminal window should appear frozen, but will be running CTFE. CTRL+C to terminate.

To confirm its working, go to your browser and navigate to http://localhost:6966/sdp/ct/v1/get-sth

  • If you recieve a response that looks like this: {"tree_size":0,"timestamp":1635634570923....}

  • ...then the logger is successfully running and connected with Trillian!