File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ gpg.minTrustLevel::
37
37
gpg.ssh.defaultKeyCommand::
38
38
This command that will be run when user.signingkey is not set and a ssh
39
39
signature is requested. On successful exit a valid ssh public key is
40
- expected in the first line of its output. To automatically use the first
40
+ expected in the first line of its output. To automatically use the first
41
41
available key from your ssh-agent set this to "ssh-add -L".
42
42
43
43
gpg.ssh.allowedSignersFile::
@@ -66,7 +66,7 @@ This way only committers with an already valid key can add or change keys in the
66
66
+
67
67
Since OpensSSH 8.8 this file allows specifying a key lifetime using valid-after &
68
68
valid-before options. Git will mark signatures as valid if the signing key was
69
- valid at the time of the signatures creation. This allows users to change a
69
+ valid at the time of the signature's creation. This allows users to change a
70
70
signing key without invalidating all previously made signatures.
71
71
+
72
72
Using a SSH CA key with the cert-authority option
You can’t perform that action at this time.
0 commit comments