From 9d0a2b20a6808f0e86cbd4f2a6046a6c7abdc2ea Mon Sep 17 00:00:00 2001 From: ldelossa Date: Mon, 22 Feb 2021 10:01:36 -0500 Subject: [PATCH] docs: fix psk related config references Signed-off-by: ldelossa --- Documentation/reference/config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/reference/config.md b/Documentation/reference/config.md index e7bcb41baf..07fa901e31 100644 --- a/Documentation/reference/config.md +++ b/Documentation/reference/config.md @@ -529,14 +529,14 @@ Defines pre-shard-key authentication ``` a string value -A shared key distributed between all parties signing and verifying JWTs. +A shared base64 encoded key distributed between all parties signing and verifying JWTs. ``` -####   issuer: []string +####   iss: []string ``` a list of string value -A list of issuers to verify. An empty list will accept any issuer in a jwt claim. +A list of jwt issuers to verify. An empty list will accept any issuer in a jwt claim. ``` ###  keyserver: \