summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-12-18 15:57:41 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-12-19 15:20:22 +0100
commit5b3f07e4151a18471ae1a37b1664ead46ff01157 (patch)
tree12e5786de4320a8988bd037250dd9424e65bf46e /share
parentdbeabe73d4f0b49af607a5c7dd20246bd9a97704 (diff)
downloadjustbuild-5b3f07e4151a18471ae1a37b1664ead46ff01157.tar.gz
just-serve-config(5): add client credentials
The just-serve config already honors specific fields to obtain the information on how to authenticate to the remote-execution endpoint. However, those have not yet been described in the man page yet. Do this now.
Diffstat (limited to 'share')
-rw-r--r--share/man/just-serve-config.5.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/man/just-serve-config.5.md b/share/man/just-serve-config.5.md
index 3273bdc6..5dd02d08 100644
--- a/share/man/just-serve-config.5.md
+++ b/share/man/just-serve-config.5.md
@@ -46,6 +46,10 @@ The configuration file is given by a JSON object.
communicating with the remote execution endpoint.
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.
- The value for the key *`"remote service"`* is a JSON object specifying the
server arguments for running **`just`** **`serve`** as a service.