summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-12-07 10:44:14 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-12-11 15:20:13 +0100
commit57675848dfe0b4780948e1f4457101fc95a3efaf (patch)
tree860c52c8b478cd01acab6cec85c106655aa4b4f2 /share
parent76582028a15e265518fad839039ec0efff75383e (diff)
downloadjustbuild-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.md12
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.