content/security/gpg-key.md aktualisiert

Note on modifying the signature command on Windows to ensure successful key verification.
This commit is contained in:
nidawellir 2026-05-28 18:04:31 +02:00
parent e0fe2eaa66
commit 2c482d8241
No known key found for this signature in database
GPG key ID: 631B7DAC3EFB8307

View file

@ -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.