From 2f6973809ef0374121c62b46066b289b0f340f47 Mon Sep 17 00:00:00 2001 From: Lee Burton Date: Mon, 1 Apr 2024 09:01:05 -0700 Subject: [PATCH] Update to remove smimesign from Linux instructions (#32306) --- .../telling-git-about-your-signing-key.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key.md b/content/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key.md index 3440dda2b1ec..9ad95acce62a 100644 --- a/content/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key.md +++ b/content/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key.md @@ -120,8 +120,18 @@ You can use an existing SSH key to sign commits and tags, or generate a new one {% endif %} +{% windows %} + +{% data reusables.gpg.x-509-key %} + +{% endwindows %} + +{% mac %} + {% data reusables.gpg.x-509-key %} +{% endmac %} + ## Further reading - "[AUTOTITLE](/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)."