Skip to content

Commit

Permalink
open http endpoints on all interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
zorawar87 committed Jan 22, 2020
1 parent 937718e commit 419a12c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trillian/integration/demo-run-ct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ sed -i'.bak' "1,/@TREE_ID@/s/@TREE_ID@/${tree_id}/" demo-script.cfg
#echo 'Building CT personality code'
#go build github.com/zorawar87/certificate-transparency-go/trillian/ctfe/ct_server

echo 'Running the CT personality (do in separate terminal)'
ct_server --log_config=demo-script.cfg --log_rpc_server=tlserver:8090 --http_endpoint=localhost:6965
echo 'Running the CT personality in non-interactive mode'
ct_server --log_config=demo-script.cfg --log_rpc_server=tlserver:8090 --http_endpoint=0.0.0.0:6965

0 comments on commit 419a12c

Please sign in to comment.