docs(git): switch from gpg signing to ssh signing
This commit is contained in:
parent
3c5e0db760
commit
6e601839aa
@ -19,7 +19,7 @@ and which GPG key I sign my commits with.
|
|||||||
[user]
|
[user]
|
||||||
email = lucien@phundrak.com
|
email = lucien@phundrak.com
|
||||||
name = Lucien Cartier-Tilet
|
name = Lucien Cartier-Tilet
|
||||||
signingkey = BD7789E705CB8DCA
|
signingkey = ~/.ssh/id_ed25519.pub
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
In terms of core configuration, I simply set Emacs as my default Git
|
In terms of core configuration, I simply set Emacs as my default Git
|
||||||
@ -406,7 +406,9 @@ some configurations recommended by Magit for Git.
|
|||||||
*** GPG
|
*** GPG
|
||||||
#+begin_src conf-unix
|
#+begin_src conf-unix
|
||||||
[gpg]
|
[gpg]
|
||||||
program = gpg2
|
format = ssh
|
||||||
|
[gpg "ssh"]
|
||||||
|
allowedSignersFile = "~/.ssh/allowed_signers"
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
#+end_src
|
#+end_src
|
||||||
|
Loading…
x
Reference in New Issue
Block a user