feat: sign commits #29

Open
fauno wants to merge 4 commits from signing into main
Owner

it deploys ok but i haven't done anything that merits a signature yet

it deploys ok but i haven't done anything that merits a signature yet
fauno added 1 commit 2026-05-13 17:19:08 +00:00
fauno requested review from p4u1 2026-05-13 17:19:08 +00:00
fauno force-pushed signing from b926ad8111 to b0f52307a5 2026-05-14 13:09:48 +00:00 Compare
fauno reviewed 2026-05-14 13:11:20 +00:00
@ -16,0 +16,4 @@
if [ -e /run/secrets/signing_public_key ] ; then
cat /run/secrets/signing_public_key > /var/lib/gitea/signing_key.pub
cat /run/secrets/signing_private_key > /var/lib/gitea/signing_key
Author
Owner

i wonder if i should symlink them instead?

i wonder if i should symlink them instead?
Owner

Yeah, why not

Yeah, why not
Author
Owner

ok done

ok done
fauno reviewed 2026-05-16 16:09:55 +00:00
@ -16,0 +18,4 @@
cat /run/secrets/signing_public_key > /var/lib/gitea/signing_key.pub
cat /run/secrets/signing_private_key > /var/lib/gitea/signing_key
chmod 400 /var/lib/gitea/signing_key*
Author
Owner

removing +w here prevents key rotation

removing +w here prevents key rotation
Author
Owner

fixed

fixed
fauno added 1 commit 2026-05-16 16:10:33 +00:00
fauno added 1 commit 2026-06-05 13:52:02 +00:00
fauno added 1 commit 2026-06-08 15:57:01 +00:00
This pull request doesn't have enough required approvals yet. 0 of 1 approvals granted from users or teams on the allowlist.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin signing:signing
git checkout signing
Sign in to join this conversation.
No description provided.