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!