Skip to content

Commit

Permalink
keyset -> key set
Browse files Browse the repository at this point in the history
  • Loading branch information
moskyb committed Nov 24, 2023
1 parent 928451c commit 785ae32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/agent/v3/signed_pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ buildkite-agent tool keygen --help
Next, you need to configure your agents to use the keys you generated. On agents that upload pipelines, add the following to the agent's config file:

```ini
signing-jwks-file=<path to private keyset>
signing-jwks-file=<path to private key set>
signing-jwks-key-id=<the key id you generated earlier>
verification-jwks-file=<path to public keyset>
verification-jwks-file=<path to public key set>
```

This ensures that whenever those agents upload steps to Buildkite, they'll generate signatures using the private key you generated earlier. It also ensures that those agents verify the signatures of any steps they run, using the public key.
Expand Down Expand Up @@ -133,7 +133,7 @@ buildkite-agent tool sign \
Replacing the following:

- `<token>` with a Buildkite GraphQL token that has the `write_pipelines` scope.
- `<path to signing jwks>` with the path to the private keyset you generated earlier.
- `<path to signing jwks>` with the path to the private key set you generated earlier.
- `<signing key id>` with the key ID from earlier.
- `<org slug>` with the slug of the organization the pipeline is in.
- `<pipeline slug>` with the slug of the pipeline you want to sign.
Expand Down

0 comments on commit 785ae32

Please sign in to comment.