WIP: Configure Gitea commit signing with GPG key #567

Draft
raucao wants to merge 1 commits from feature/237-gitea_gpg into master
Owner

This PR sets up everything exactly as described in https://docs.gitea.com/administration/signing but it's currently broken. It's possible to list the keys manually as the "git" user, but Gitea fails to use it for signing.

refs #237

This PR sets up everything exactly as described in https://docs.gitea.com/administration/signing but it's currently broken. It's possible to list the keys manually as the "git" user, but Gitea fails to use it for signing. refs #237
raucao added 1 commit 2024-08-09 14:17:24 +00:00
raucao added the feature
service
gitea
labels 2024-08-09 14:17:33 +00:00
Author
Owner

Should switch to SSH signing, now available in Gitea 1.25:

https://github.com/go-gitea/gitea/pull/34341

Should switch to SSH signing, now available in Gitea 1.25: https://github.com/go-gitea/gitea/pull/34341
raucao changed title from WIP: Configure commit signing for Gitea to WIP: Configure Gitea commit signing with GPG 2026-02-13 12:11:20 +00:00
raucao changed title from WIP: Configure Gitea commit signing with GPG to WIP: Configure Gitea commit signing with GPG key 2026-02-13 12:13:54 +00:00
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/237-gitea_gpg:feature/237-gitea_gpg
git checkout feature/237-gitea_gpg
Sign in to join this conversation.