Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rekor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SafSec
rekor
Commits
d9ca3802
Unverified
Commit
d9ca3802
authored
4 years ago
by
Luke Hinds
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix up readme
parent
a25e0404
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-17
7 additions, 17 deletions
README.md
with
7 additions
and
17 deletions
README.md
+
7
−
17
View file @
d9ca3802
...
...
@@ -56,34 +56,24 @@ go build ./cmd/createtree/
```
##
Run
the log server
##
# Start
the
t
log server
```
trillian_log_server -http_endpoint=localhost:8090 -rpc_endpoint=localhost:8091 --logtostderr ...
I0606 12:21:47.030302 93568 quota_provider.go:48] Using MySQL QuotaManager
I0606 12:21:47.030642 93568 main.go:150] RPC server starting on localhost:8090
I0606 12:21:47.030696 93568 main.go:134] HTTP server starting on localhost:8091
I0606 12:21:47.031021 93568 main.go:159] Deleted tree GC started
```
## Create t-log (note the return value, you need this for `tlog_id`)
```
./createtree --admin_server=localhost:8091 > logid
cat logid
2587331608088442751
```
### Start the tlog server
### Start the tlog signer
```
trillian_log_s
erv
er -http_endpoint=localhost:8
0
90 -rpc_endpoint=localhost:8
0
91
--logtostderr ...
trillian_log_s
igner --logtostderr --force_mast
er
-
-http_endpoint=localhost:8
1
90 -rpc_endpoint=localhost:8
1
91
--batch_size=1000 --sequencer_guard_window=0 --sequencer_interval=200ms
```
##
# Start the tlog signer
##
Create a tree (note the return value, you need this for the "tlog_id" flag)
```
trillian_log_signer --logtostderr --force_master --http_endpoint=localhost:8190 -rpc_endpoint=localhost:8191 --batch_size=1000 --sequencer_guard_window=0 --sequencer_interval=200ms
./createtree --admin_server=localhost:8091 > logid
cat logid
2587331608088442751
```
### Make an entry:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment