feat: sign commits #29
Reference in New Issue
Block a user
No description provided.
Delete Branch "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?
it deploys ok but i haven't done anything that merits a signature yet
b926ad8111tob0f52307a5@ -16,0 +16,4 @@if [ -e /run/secrets/signing_public_key ] ; thencat /run/secrets/signing_public_key > /var/lib/gitea/signing_key.pubcat /run/secrets/signing_private_key > /var/lib/gitea/signing_keyi wonder if i should symlink them instead?
@ -16,0 +18,4 @@cat /run/secrets/signing_public_key > /var/lib/gitea/signing_key.pubcat /run/secrets/signing_private_key > /var/lib/gitea/signing_keychmod 400 /var/lib/gitea/signing_key*removing +w here prevents key rotation
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.