From b40543b20ed775465e7f9552ff1a3bcc23cc1d1b Mon Sep 17 00:00:00 2001 From: Jakob van Santen Date: Mon, 11 Sep 2023 15:09:18 +0200 Subject: [PATCH] Document path interpretation in auth config see #139 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 523605a..6715cdc 100644 --- a/README.md +++ b/README.md @@ -278,6 +278,11 @@ Example for an authorization configuration that is used for the system tests: "ca-certificate": "test-secrets/snakeoil-ca-1.crt" } +Relative paths are interpreted with respect to the auth file, e.g. if the +example above is stored in /some/dir/kt-auth.json, `kt` will expect to find the +client certificate in /some/dir/test-secrets/kt-test.crt. You can disable this +behavior by using absolute paths in the configuration file. + ### TLS one-way Required fields: