Skip to content

Commit d4e51ac

Browse files
committed
Add links to READMEs
1 parent 0631323 commit d4e51ac

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
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)
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).
57

68
It is under active development.
79

@@ -21,6 +23,7 @@ To re-generate these files, first install the right tools:
2123
- [mockgen](https://github.com/golang/mock?tab=readme-ov-file#installation)
2224

2325
Then, generate the files:
26+
2427
```bash
2528
cd $(go list -f '{{ .Dir }}' github.com/transparency-dev/static-ct); \
2629
go generate -x ./... # hunts for //go:generate comments and runs them

deployment/live/gcp/test/README.md

Lines changed: 3 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, and your favourite terminal multiplexer.
5+
with [Go](https://go.dev/doc/install) and [terragrunt](https://terragrunt.gruntwork.io/docs/getting-started/install/) installed, and your favourite terminal multiplexer.
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

0 commit comments

Comments
 (0)