Skip to content

Commit 9b0d734

Browse files
committed
fix comments
1 parent d48b903 commit 9b0d734

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

deployment/live/gcp/test/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ On the VM, run the following command to bring up the SCTFE:
4242
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}
4343
```
4444

45-
In a different terminal you can either mint and submit certificates manually, or use the hammer tool to do this.
45+
In a different terminal you can either mint and submit certificates manually, or
46+
use the [ct_hammer
47+
tool](https://github.com/google/certificate-transparency-go/blob/master/trillian/integration/ct_hammer/main.go)
48+
to do this.
4649

4750
#### Generate chains manually
4851
First, save the SCTFE repo's path:
@@ -51,7 +54,7 @@ First, save the SCTFE repo's path:
5154
export SCTFE_REPO=$(pwd)
5255
```
5356

54-
Clone the [certificate-transparenct-go](https://github.com/google/certificate-transparency-go) repo.
57+
Clone the [certificate-transparency-go](https://github.com/google/certificate-transparency-go) repo.
5558
Then, generate a chain manually. The password for the private key is `gently`:
5659

5760
```bash
@@ -75,7 +78,7 @@ Save the SCTFE repo's path:
7578
export SCTFE_REPO=$(pwd)
7679
```
7780

78-
Clone the [certificate-transparenct-go](https://github.com/google/certificate-transparency-go) repo, and from there run:
81+
Clone the [certificate-transparency-go](https://github.com/google/certificate-transparency-go) repo, and from there run:
7982

8083
```bash
8184
go run ./trillian/integration/ct_hammer/ --ct_http_servers=localhost:6962/${TESSERA_BASE_NAME} --max_retry=2m --invalid_chance=0 --get_sth=0 --get_sth_consistency=0 --get_proof_by_hash=0 --get_entries=0 --get_roots=0 --get_entry_and_proof=0 --max_parallel_chains=4 --skip_https_verify=true --operations=10000 --rate_limit=150 --log_config=${SCTFE_REPO}/testdata/hammer.cfg --testdata_dir=./trillian/testdata/
@@ -93,7 +96,7 @@ export SRC_LOG_URI=https://ct.googleapis.com/logs/xenon2022
9396
```
9497

9598
Then, get fetch the roots the source logs accepts, and edit configs accordingly.
96-
To do so, clone the [certificate-transparenct-go](https://github.com/google/certificate-transparency-go) repo, and from there run:
99+
To do so, clone the [certificate-transparency-go](https://github.com/google/certificate-transparency-go) repo, and from there run:
97100

98101
```bash
99102
export CTGO_REPO=$(pwd)

0 commit comments

Comments
 (0)