Sign git commits with id_ed25519
instead of id_rsa
This commit is contained in:
parent
df2ab41246
commit
d0e16f75f7
1 changed files with 2 additions and 2 deletions
|
@ -27,11 +27,11 @@ in
|
|||
rebase.autostash = true;
|
||||
github.user = "aciceri";
|
||||
|
||||
user.signingKey = "/home/${username}/.ssh/id_rsa";
|
||||
user.signingKey = "/home/${username}/.ssh/id_ed25519";
|
||||
gpg.format = "ssh";
|
||||
commit.gpgsign = true;
|
||||
|
||||
credential.helper = "manager";
|
||||
credential.helper = "libsecret";
|
||||
credential.credentialStore = "cache";
|
||||
|
||||
core = {
|
||||
|
|
Loading…
Add table
Reference in a new issue