diff options
Diffstat (limited to 'content/about.md')
| -rw-r--r-- | content/about.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/about.md b/content/about.md index 7d5e73c..122b94d 100644 --- a/content/about.md +++ b/content/about.md @@ -18,7 +18,7 @@ git clone --recursive 'https://git.nicholasjohnson.ch/journal/' && cd journal # step 2 - create an allowed signers file (e.g: ~/.ssh/allowed_signers) { printf '%s' 'nicholas '; curl -s https://nicholasjohnson.ch/static/signing-key_mldsa44_ed25519.pub; } > ~/.ssh/allowed_signers -# step 3 - configure Git to use the allowed signers file: +# step 3 - configure Git to use the allowed signers file git config gpg.ssh.allowedSignersFile ~/.ssh/allowed_signers # step 4 - verify commits! |
