Skip to content

Commit

Permalink
Remove key pair generation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiggoha committed Dec 14, 2023
1 parent 851b15b commit c4557b7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions experimental/gcp-log/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ Both functions are HTTP-triggered and run when their respective endpoints are re

### GCF function deployment

1. Generate a set of public and private keys following
[these](https://github.com/transparency-dev/serverless-log/tree/master/serverless#generating-keys)
instructions and set them as the `PUBLIC_KEY` and `PRIVATE_KEY`.
1. Set `PROJECT_NAME` as the name of your GCP project (string, not number).
1. Deploy the Integrate function:

Expand Down Expand Up @@ -79,7 +76,7 @@ Set up a log and write to the log via GCF invocation.
"kmsKeyName": "${KMS_KEY_NAME}",
"kmsKeyVersion": ${KMS_KEY_VERSION},
"kmsKeyLocation": "${KMS_KEY_LOCATION}",
"noteKeyName": "${NOTE_SIGNING_NAME}",
"noteKeyName": "${NOTE_SIGNING_NAME}"
}'
```

Expand All @@ -105,6 +102,6 @@ Set up a log and write to the log via GCF invocation.
"kmsKeyName": "${KMS_KEY_NAME}",
"kmsKeyVersion": ${KMS_KEY_VERSION},
"kmsKeyLocation": "${KMS_KEY_LOCATION}",
"noteKeyName": "${NOTE_SIGNING_NAME}",
"noteKeyName": "${NOTE_SIGNING_NAME}"
}'
```

0 comments on commit c4557b7

Please sign in to comment.