aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man/gitolfs3-authenticate.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/gitolfs3-authenticate.1')
-rw-r--r--docs/man/gitolfs3-authenticate.110
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/man/gitolfs3-authenticate.1 b/docs/man/gitolfs3-authenticate.1
index 3a9951e..3f44312 100644
--- a/docs/man/gitolfs3-authenticate.1
+++ b/docs/man/gitolfs3-authenticate.1
@@ -31,3 +31,13 @@ Must end with a slash.
31.B Required. 31.B Required.
32The path to the key which is used to authorize the request to the Gitolfs3 32The path to the key which is used to authorize the request to the Gitolfs3
33server. 33server.
34The key must be 128-character hexadecimal string, i.e., a 64-byte number.
35Such a key can, for example, be generated using OpenSSL, with the following
36command:
37
38 openssl rand -hex 64
39
40Note that the Gitolfs3 server must be configured to use exactly the same key
41for
42.B gitolfs3-authenticate
43to function.