File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# SCTFE
2
2
3
- This personality implements [ CT Static API] ( https://c2sp.org/static-ct-api ) using
4
- Trillian Tessera to store data. It is based on [ Trillian's CTFE] ( https://github.com/google/certificate-transparency-go/tree/master/trillian/ctfe ) .
3
+ This personality implements [ CT Static API] ( https://c2sp.org/static-ct-api )
4
+ using [ Trillian Tessera] ( https://github.com/transparency-dev/trillian-tessera )
5
+ to store data. It is based on
6
+ [ Trillian's CTFE] ( https://github.com/google/certificate-transparency-go/tree/master/trillian/ctfe ) .
5
7
6
8
It is under active development.
7
9
@@ -21,6 +23,7 @@ To re-generate these files, first install the right tools:
21
23
- [ mockgen] ( https://github.com/golang/mock?tab=readme-ov-file#installation )
22
24
23
25
Then, generate the files:
26
+
24
27
``` bash
25
28
cd $( go list -f ' {{ .Dir }}' github.com/transparency-dev/static-ct) ; \
26
29
go generate -x ./... # hunts for //go:generate comments and runs them
Original file line number Diff line number Diff line change 2
2
3
3
## Prerequisites
4
4
You'll need to have a VM running in the same GCP project that you can SSH to,
5
- with Go installed, and your favourite terminal multiplexer.
5
+ with [ Go] ( https://go.dev/doc/install ) and
6
+ [ terragrunt] ( https://terragrunt.gruntwork.io/docs/getting-started/install/ )
7
+ installed, and your favourite terminal multiplexer.
6
8
7
9
## Overview
8
10
@@ -19,11 +21,13 @@ At a high level, this environment consists of:
19
21
20
22
First authenticate via ` gcloud ` as a principle with sufficient ACLs for
21
23
the project:
24
+
22
25
``` bash
23
26
gcloud auth application-default login
24
27
```
25
28
26
29
Set the required environment variables:
30
+
27
31
``` bash
28
32
export GOOGLE_PROJECT={VALUE}
29
33
export GOOGLE_REGION={VALUE} # e.g: us-central1
You can’t perform that action at this time.
0 commit comments