From cfb97ea53a38a42df1cfe20f63bcbe9d71bec256 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 10 Jan 2022 22:28:45 +0200 Subject: [PATCH] README.md: add two example git commands regarding sigs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fac8bc..0241c3b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ git clone https://gitea.blesmrt.net/Mikaela/ssh-allowed_signers.git git config --global gpg.ssh.allowedSignersFile ~/src/gitea.blesmrt.net/Mikaela/ssh-allowed_signers/allowed_signers ``` -Git commands should now recognised commits signed with keys I have allowed. +Git commands, such as `git verify-commit --raw HEAD` or `git log --show-signature`, +should now recognised commits signed with keys I have allowed. In the last command it's fine to remove `--global` to only affect the single repository you are on (while I haven't tested this), should that repository be something only I am signing in or something I need to verify otherwise