diff --git a/content/github/authenticating-to-github/managing-commit-signature-verification/telling-git-about-your-signing-key.md b/content/github/authenticating-to-github/managing-commit-signature-verification/telling-git-about-your-signing-key.md index e98925e0b8..1679ba4f2e 100644 --- a/content/github/authenticating-to-github/managing-commit-signature-verification/telling-git-about-your-signing-key.md +++ b/content/github/authenticating-to-github/managing-commit-signature-verification/telling-git-about-your-signing-key.md @@ -72,12 +72,6 @@ If you have multiple GPG keys, you need to tell Git which one to use. {% linux %} -{% note %} - -**Note:** X.509 keys are not supported on Linux. You can configure gpgsm to provide encryption and signing services, however, this is not currently supported by {% data variables.product.product_name %}. For more information, see the [gpgsm](https://www.gnupg.org/documentation/manuals/gnupg/Invoking-GPGSM.html) topic in the GnuPG documentation. - -{% endnote %} - ## Telling Git about your GPG key If you're using a GPG key that matches your committer identity and your verified email address associated with your {% data variables.product.product_name %} account, then you can begin signing commits and signing tags.