diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-12-07 10:44:14 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-12-11 15:20:13 +0100 |
commit | 57675848dfe0b4780948e1f4457101fc95a3efaf (patch) | |
tree | 860c52c8b478cd01acab6cec85c106655aa4b4f2 /share | |
parent | 76582028a15e265518fad839039ec0efff75383e (diff) | |
download | justbuild-57675848dfe0b4780948e1f4457101fc95a3efaf.tar.gz |
just-mrrc(5): fix man page wrt certs
... those are actually given as location objects, not as plain paths.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just-mrrc.5.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/just-mrrc.5.md b/share/man/just-mrrc.5.md index 331c2eb1..559c4d5f 100644 --- a/share/man/just-mrrc.5.md +++ b/share/man/just-mrrc.5.md @@ -109,12 +109,12 @@ The just-mrrc is given by a JSON object. - The value for the key *`"authentication"`* is a JSON object specifying client-side authentication options for **`just-mr`**. - For subkey *`"ca cert"`* the value is a string specifying the path to a TLS CA - certificate. - For subkey *`"client cert"`* the value is a string specifying the path to a - TLS client certificate. - For subkey *`"client key"`* the value is a string specifying the path to a TLS - client key. + For subkey *`"ca cert"`* the value is a single location object the path to + a TLS CA certificate. + For subkey *`"client cert"`* the value is a single location object specifying + the path to a TLS client certificate. + For subkey *`"client key"`* the value is a single location object specifying + the path to a TLS client key. Each subkey value can be overwritten by its corresponding command-line argument. |