feat: sign commits #29

Open
fauno wants to merge 2 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?
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
fauno added 1 commit 2026-05-16 16:10:33 +00:00
This pull request doesn't have enough required approvals yet. 0 of 1 approvals granted from users or teams on the allowlist.
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.