Skip to content

Commit 85ee0e5

Browse files
committed
Add links to READMEs
1 parent a1e95a6 commit 85ee0e5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# SCTFE
22

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) using [Trillian Tessera](https://github.com/transparency-dev/trillian-tessera) to store data. It is based on [Trillian's CTFE](https://github.com/google/certificate-transparency-go/tree/master/trillian/ctfe).
54

65
It is under active development.
76

deployment/live/gcp/test/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Prerequisites
44
You'll need to have a VM running in the same GCP project that you can SSH to,
5-
with Go installed.
5+
with [Go](https://go.dev/doc/install) and [terragrunt](https://terragrunt.gruntwork.io/docs/getting-started/install/) installed.
66

77
## Overview
88

@@ -19,11 +19,13 @@ At a high level, this environment consists of:
1919

2020
First authenticate via `gcloud` as a principle with sufficient ACLs for
2121
the project:
22+
2223
```bash
2324
gcloud auth application-default login
2425
```
2526

2627
Set the required environment variables:
28+
2729
```bash
2830
export GOOGLE_PROJECT={VALUE}
2931
export GOOGLE_REGION={VALUE} # e.g: us-central1
@@ -37,6 +39,7 @@ Terraforming the project can be done by:
3739
## Run the SCTFE
3840

3941
On the VM, run the following command:
42+
4043
```bash
4144
go run ./cmd/gcp/ --project_id=${GOOGLE_PROJECT} --bucket=${GOOGLE_PROJECT}-${TESSERA_BASE_NAME}-bucket --spanner_db_path=projects/${GOOGLE_PROJECT}/instances/${TESSERA_BASE_NAME}/databases/${TESSERA_BASE_NAME}-db --spanner_db_path=projects/${GOOGLE_PROJECT}/instances/${TESSERA_BASE_NAME}/databases/${TESSERA_BASE_NAME}-dedup-db --private_key=./testdata/ct-http-server.privkey.pem --password=dirk --roots_pem_file=./testdata/fake-ca.cert --origin=${TESSERA_BASE_NAME}
4245
```

0 commit comments

Comments
 (0)