From 551034f63fdd2ebfbe6a98787bc25d076bb50415 Mon Sep 17 00:00:00 2001 From: Matthew Sanabria Date: Sat, 27 Jun 2026 17:05:03 -0400 Subject: [PATCH] appview/pages/templates/user/settings: document that signing keys are supported Updated the SSH keys setting page to document that signing keys are supported. Signed-off-by: Matthew Sanabria --- appview/pages/templates/user/settings/keys.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appview/pages/templates/user/settings/keys.html b/appview/pages/templates/user/settings/keys.html index 730b8528..efc54400 100644 --- a/appview/pages/templates/user/settings/keys.html +++ b/appview/pages/templates/user/settings/keys.html @@ -22,7 +22,7 @@

SSH keys

SSH public keys added here will be broadcasted to knots that you are a member of, - allowing you to push to repositories there. + allowing you to push to repositories there and verify commit signatures.

-- 2.51.2