Configure Gitea commit signing with SSH key #623
Reference in New Issue
Block a user
Delete Branch "feature/237-gitea_ssh_signing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Configure commit signing for Web UI git actions like repo inits, PR merges, wiki edits, etc. via SSH key. The key is generated in case it doesn't exist.
SSH signing was only introduced in Git 2.34, so we're adding the git-core Ubuntu PPA for old Ubuntu versions.
refs #237
Opened an issue upstream: https://github.com/go-gitea/gitea/issues/36615
74a7d38710to161b78be97Signing is working now, but we still get pesky log warnings about it not being able to find an armored GPG key.
WIP: Configure Gitea commit signing with SSH keyto Configure Gitea commit signing with SSH keyI'll open an upstream PR to prevent loading a GPG key when verifying user commits, which it is currently doing when server-side signing is enabled.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.