From 92af579f43397a6a80fa4bfaed0fde42eee7ac12 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Mon, 6 Jun 2022 17:30:48 +0100 Subject: [PATCH] Setup allowed signers file for commit/tag verification --- gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitconfig b/gitconfig index b750294..063e4ec 100644 --- a/gitconfig +++ b/gitconfig @@ -28,6 +28,9 @@ # Use OpenSSH to sign commits/tags/etc format = ssh +[gpg "ssh"] + allowedSignersFile = ~/.ssh/allowed_signers + [help] # Automatically correct typos in commands