1
1
Fork 0

Switch to new signing key

This commit is contained in:
Jonathan Schleifer 2024-01-04 18:59:09 +00:00
parent d442f9f7d3
commit 49aa5d1fbc
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
[user]
name = Jonathan Schleifer
email = js@nil.im
signingkey = 7395312F
signingkey = EC9BE683
[color]
ui = auto

View file

@ -35,7 +35,7 @@ if have fossil; then
gpg="false"
fi
gpg_key="7395312F"
gpg_key="EC9BE683"
if $gpg --list-secret-keys $gpg_key >/dev/null 2>&1; then
fossil set --global pgp-command \
"$gpg -u $gpg_key --clearsign -o"