From 2c482d824138d9d15052fc9b35f106a132ca5f04 Mon Sep 17 00:00:00 2001 From: nidawellir Date: Thu, 28 May 2026 18:04:31 +0200 Subject: [PATCH] content/security/gpg-key.md aktualisiert Note on modifying the signature command on Windows to ensure successful key verification. --- content/security/gpg-key.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/security/gpg-key.md b/content/security/gpg-key.md index fc83b9c..689a985 100644 --- a/content/security/gpg-key.md +++ b/content/security/gpg-key.md @@ -81,6 +81,13 @@ you can sign the provided message. If the signed message is valid, Codeberg can 4. Copy the output including the `-----BEGIN PGP SIGNATURE-----` and `-----END PGP SIGNATURE-----`. 5. Paste it into the large text box and click the **Verify** button. +{% admonition "note" %} + +Due to differences in how the command shell behaves on Windows, the quotation marks around the token and the space before the pipe +symbol must be omitted from the command; otherwise, they will be included in the signed data and the signature verification will fail. + +{% endadmonition %} + ## Telling Git about your GPG key You will need to tell Git about your key and have it sign new commits for you.