From 5b3f07e4151a18471ae1a37b1664ead46ff01157 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 18 Dec 2023 15:57:41 +0100 Subject: 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. --- share/man/just-serve-config.5.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'share') 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. -- cgit v1.2.3