Skip to content

Commit 38929cb

Browse files
authored
Update adding-a-new-gpg-key-to-your-github-account.md
1 parent e1701e0 commit 38929cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/authentication/managing-commit-signature-verification/adding-a-new-gpg-key-to-your-github-account.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Before adding a new GPG key to your account on {% ifversion ghae %}{% data varia
1919
- [Checked for existing GPG keys](/articles/checking-for-existing-gpg-keys)
2020
- [Generated and copied a new GPG key](/articles/generating-a-new-gpg-key)
2121

22+
You can add multiple public keys to your GitHub account. Commits signed by any of the corresponding private keys will show as verified. If you remove a public key, any commits signed by the corresponding private key will no longer show as verified.
23+
2224
{% data reusables.gpg.supported-gpg-key-algorithms %}
2325

2426
When verifying a signature, we extract the signature and attempt to parse its key-id. We match the key-id with keys uploaded to {% data variables.product.product_name %}. Until you upload your GPG key to {% data variables.product.product_name %}, we cannot verify your signatures.

0 commit comments

Comments
 (0)