From 57675848dfe0b4780948e1f4457101fc95a3efaf Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 7 Dec 2023 10:44:14 +0100 Subject: just-mrrc(5): fix man page wrt certs ... those are actually given as location objects, not as plain paths. --- share/man/just-mrrc.5.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'share') 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. -- cgit v1.2.3