Skip to content

Commit

Permalink
Use ctclient instead of curl
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchinson authored and roger2hk committed Apr 30, 2023
1 parent 51858e4 commit 5f14387
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions trillian/examples/deployment/docker/ctfe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ docker compose --profile frontend up
```

This will bring up the whole stack. Assuming there are no errors in the log,
then the following command should return an empty tree head with HTTP status
code 200:
then the following command should return tree head for tree size 0.

```bash
# Terminal 2
curl -i localhost:8080/testlog/ct/v1/get-sth
cd ~/git/certificate-transparency-go
go run ./client/ctclient get-sth --log_uri http://localhost:8080/testlog
```

0 comments on commit 5f14387

Please sign in to comment.