mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
content/security/gpg-key.md aktualisiert
Note on modifying the signature command on Windows to ensure successful key verification.
This commit is contained in:
parent
e0fe2eaa66
commit
2c482d8241
1 changed files with 7 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue