Skip to content
Permalink
571ee138de
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
12 lines (10 sloc) 762 Bytes

What do I do with this?

  1. Copy this folder into your certificate-transparency-go repository.
  2. in a bash terminal in this window, run sh ctfe_setup.sh
    • This builds ctfe into an executable file and called ./ct_server
    • It also makes a config file for CTFE to use.
  3. Whenever you want to run the logger,
    1. Start trillian in the trillian repository using docker-compose -f examples/deployment/docker-compose.yml up
    2. In a seperate terminal, 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, then the logger is successfully running!