Skip to content

Commit

Permalink
chore: Update verified-commits.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored Dec 14, 2024
1 parent 0cd7cce commit d5636df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cloud/features/verified-commits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ To do this, head to your user settings in Flipt Cloud, and click 'Generate Key'.

Copy the key as you'll need to add it to GitHub in the next step.

## Adding Your Key to GitHub
## Add Your Key to GitHub

Head to your [key settings](https://github.com/settings/keys) in GitHub, and add it
as an **SSH Signing Key**.

It's important that it should be a signing key, rather than an authentication
It must be a signing key, rather than an authentication
key, as we don't want this key to be able to push to your repositories, just to
verify commits.

Expand All @@ -43,4 +43,4 @@ verify commits.
## How We Store Your Key

Flipt uses [AWS Key Management Service (KMS)](https://aws.amazon.com/kms/) to generate and store your signing key. This means we don't
ever have access to the private key, and instead ask the KMS API to sign commits using your key.
ever have access to the private key, and instead, ask the KMS API to sign commits using your key.

0 comments on commit d5636df

Please sign in to comment.