From 5e60e4ee4f38489098c2de63328659828e6bca86 Mon Sep 17 00:00:00 2001 From: Ali Ozinan Date: Tue, 30 Sep 2025 23:14:33 +0300 Subject: [PATCH] fix: gen-jwt command guide fixed (en) -e parameter needs to be typed before the key file path --- src/content/docs/en/guides/database/sqld-server.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/guides/database/sqld-server.mdx b/src/content/docs/en/guides/database/sqld-server.mdx index 2ab27ec0..c1f8f7ec 100644 --- a/src/content/docs/en/guides/database/sqld-server.mdx +++ b/src/content/docs/en/guides/database/sqld-server.mdx @@ -52,7 +52,7 @@ This will generate a new PKCS#8 key-pair that will be used for the `sqld` server Navigate to your studiocms project directory and run the following command: - + The output is the JWT auth token encrypted with your private key in both standard format as well as base64URLEncoded, which will be used for libSQL authentication. Keep in mind that the token will be valid for 1 year!