From 016e9b38a0d1b321b841a227287f9f3717c43c2c Mon Sep 17 00:00:00 2001 From: Stefan Foulis Date: Tue, 24 Dec 2019 00:21:45 +0100 Subject: [PATCH] Fix error in readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 73681cf..bec8c70 100644 --- a/Readme.md +++ b/Readme.md @@ -20,7 +20,7 @@ Requires at least Mosquitto v1.6.3 | Property | Valid values | Usage | |--------------------|------|-------| | `auth_opt_jwt_alg` | `HS256`, `HS384`, `HS512`, `ES256`, `ES384`, `RS256`, `RS384`, `RS512`| Sets the algorithm of the JWT signature | -| `auth_opt_jwt_sec_file` | `` | Path to the file which contains the secret used for verification of the signature. Should be DER-encoded for RSA | +| `auth_opt_jwt_sec_file` | `` | Path to the file which contains the secret used for verification of the signature. Should be DER-encoded for RSA | | `auth_opt_jwt_sec_env` | `` | Name of the environment variable which contains the base64 encoded secret used for verification of the signature. | | `auth_opt_jwt_sec_base64` | `` | Base64 encoded secret used for verification of the signature. | | `auth_opt_jwt_validate_exp` | _(default)_ `true`, `false` | `true` if the `exp` claim / the expiry date of the JWT should be validated |